fix: restore old version of "location" flag

pull/771/head
Vasyl Zuziak 9 months ago committed by GitHub
parent 0a999cbd9f
commit e42b7bf4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 --disable --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

Loading…
Cancel
Save