Skip to content

Commit be67b3f

Browse files
authored
correct type in hb sync script (#34)
1 parent d5b7b27 commit be67b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-to-aws-homebrew-tap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ if [[ "${DRY_RUN}" -eq 0 ]]; then
194194

195195
cp "${BREW_CONFIG_DIR}/${BINARY_BASE}.json" "${FORK_DIR}/bottle-configs/${BINARY_BASE}.json"
196196

197-
FORK_RELEASE_BRANCH="${BINARY_BASE}-${VERSION}-${BUILD_DIR}"
197+
FORK_RELEASE_BRANCH="${BINARY_BASE}-${VERSION}-${BUILD_ID}"
198198

199199
git config user.name "ec2-bot 🤖"
200200
git config user.email "[email protected]"

0 commit comments

Comments
 (0)