Skip to content

Commit 7fa2d4b

Browse files
committed
fix: merge-pr script (angular#22290)
PR Close angular#22290
1 parent f4845fa commit 7fa2d4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/github/merge-pr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ if [ -z ${TOKEN:-''} ]; then
4444
echo "WARNING: you should set the TOKEN variable to a github token"
4545
echo "############################################################"
4646
echo "############################################################"
47-
$GHCURL="curl"
47+
GHCURL="curl"
4848
else
49-
$GHCURL="curl -H \"Authorization: token $TOKEN\""
49+
GHCURL="curl -H \"Authorization: token $TOKEN\""
5050
fi
5151

5252
CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`

0 commit comments

Comments
 (0)