Compare commits

...

2 Commits

Author SHA1 Message Date
Vasyl Zuziak 090863e29a
fix: use older version of the flag 2023-08-21 19:43:16 +02:00
Vasyl Zuziak e42b7bf4e9
fix: restore old version of "location" flag 2023-08-21 19:03:03 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
echo Fetching (set_color --underline)\$url(set_color normal)
if command curl --disable --silent --location \$url | command tar -xzC \$temp -f - 2>/dev/null
if command curl -q --silent -L \$url | command tar -xzC \$temp -f - 2>/dev/null
command cp -Rf \$temp/*/* $source
else
echo fisher: Invalid plugin name or host unavailable: \\\"$plugin\\\" >&2