Skip to content

Commit

Permalink
fix(install): fix git flow completion curl could fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon McCaffery committed Dec 20, 2016
1 parent 0d579b0 commit 718b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fi

CURL_OPT='-s'
if [ ! -z "${GH_TOKEN:-}" ]; then
CURL_OPT='$CURL_OPT -H "Authorization: token $GH_TOKEN"'
CURL_OPT="$CURL_OPT -H 'Authorization: token $GH_TOKEN'"
fi

SHA_URI="https://api.github.com/repos/pulsebridge/prompt/commits/master"
Expand Down

0 comments on commit 718b975

Please sign in to comment.