Fix typo with ${IMAGES_FILE } variable reference

This commit is contained in:
Christopher Horrell 2018-05-23 22:29:25 -04:00
parent 9e2a4c9c1c
commit 7161f8712b
1 changed files with 1 additions and 1 deletions

View File

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