Skip to content

Commit

Permalink
follow redirects when downloading the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Sep 2, 2016
1 parent a100880 commit ede0530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-to-review/pr-to-review.2m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case $BitBarDarkMode in
*) ICON_URL=http://s15.postimg.org/3ya1oitmf/pr_icon_black.png ;;
esac

MERGE_ICON=`curl -s $ICON_URL | base64`
MERGE_ICON=`curl -sL $ICON_URL | base64`

echo " $PR_COUNT | color=$COLOR image=$MERGE_ICON"
echo "---"
Expand Down

0 comments on commit ede0530

Please sign in to comment.