Merge pull request #756 from nodejs/fix-typo

Fix typo with `${IMAGES_FILE }` variable reference
This commit is contained in:
Peter Dave Hello 2018-05-24 11:33:43 +08:00 committed by GitHub
commit d4c1e53573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ if updated; then
cd $gitpath cd $gitpath
echo "${stackbrew}" >"{$IMAGES_FILE}" echo "${stackbrew}" >"${IMAGES_FILE}"
git checkout -b "${BRANCH_NAME}" git checkout -b "${BRANCH_NAME}"
git add "${IMAGES_FILE}" git add "${IMAGES_FILE}"
git commit -m "$(message)" git commit -m "$(message)"