Skip to content

Commit 7161f87

Browse files
committed
Fix typo with ${IMAGES_FILE } variable reference
1 parent 9e2a4c9 commit 7161f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if updated; then
118118

119119
cd $gitpath
120120

121-
echo "${stackbrew}" >"{$IMAGES_FILE}"
121+
echo "${stackbrew}" >"${IMAGES_FILE}"
122122
git checkout -b "${BRANCH_NAME}"
123123
git add "${IMAGES_FILE}"
124124
git commit -m "$(message)"

0 commit comments

Comments
 (0)