fix: shell linter error, again

This commit is contained in:
Mikeal Rogers 2019-05-23 19:01:06 +00:00
parent 6427ae985f
commit 7c3d63add4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [ -n "$NPM_AUTH_TOKEN" ]; then
chmod 0600 "$NPM_CONFIG_USERCONFIG"
fi
if [ "$GITHUB_REPOSITORY" == "mikeal/merge-release" ]
if [ "$GITHUB_REPOSITORY" = "mikeal/merge-release" ]
then
sh -c "node /merge-release-run.js $*"
else