Fix typo with ${IMAGES_FILE } variable reference
This commit is contained in:
parent
9e2a4c9c1c
commit
7161f8712b
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue