fix: shell linter error

This commit is contained in:
Mikeal Rogers 2019-05-23 18:59:23 +00:00
parent 241ed6179b
commit 6427ae985f
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" chmod 0600 "$NPM_CONFIG_USERCONFIG"
fi fi
if [ $GITHUB_REPOSITORY == "mikeal/merge-release" ] if [ "$GITHUB_REPOSITORY" == "mikeal/merge-release" ]
then then
sh -c "node /merge-release-run.js $*" sh -c "node /merge-release-run.js $*"
else else