Skip to content

Commit ada1845

Browse files
authored
enable redirect flag (-L) with curl in meme script (#238)
1 parent 05b21c4 commit ada1845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meme/meme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ getConfiguredClient()
2424
httpGet()
2525
{
2626
case "$configuredClient" in
27-
curl) curl -A curl -s "$@" ;;
27+
curl) curl -A curl -Ls "$@" ;;
2828
wget) wget -qO- "$@" ;;
2929
httpie) http -b GET "$@" ;;
3030
fetch) fetch -q "$@" ;;

0 commit comments

Comments
 (0)