Skip to content

Commit d4c1e53

Browse files
Merge pull request #756 from nodejs/fix-typo
Fix typo with `${IMAGES_FILE }` variable reference
2 parents 9e2a4c9 + 7161f87 commit d4c1e53

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)