Merge pull request #756 from nodejs/fix-typo
Fix typo with `${IMAGES_FILE }` variable reference
This commit is contained in:
commit
d4c1e53573
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue