We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4845fa commit 7fa2d4bCopy full SHA for 7fa2d4b
1 file changed
scripts/github/merge-pr
@@ -44,9 +44,9 @@ if [ -z ${TOKEN:-''} ]; then
44
echo "WARNING: you should set the TOKEN variable to a github token"
45
echo "############################################################"
46
47
- $GHCURL="curl"
+ GHCURL="curl"
48
else
49
- $GHCURL="curl -H \"Authorization: token $TOKEN\""
+ GHCURL="curl -H \"Authorization: token $TOKEN\""
50
fi
51
52
CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`
0 commit comments