Skip to content

Commit

Permalink
correct type in hb sync script (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Jul 16, 2020
1 parent d5b7b27 commit be67b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync-to-aws-homebrew-tap
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if [[ "${DRY_RUN}" -eq 0 ]]; then

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

FORK_RELEASE_BRANCH="${BINARY_BASE}-${VERSION}-${BUILD_DIR}"
FORK_RELEASE_BRANCH="${BINARY_BASE}-${VERSION}-${BUILD_ID}"

git config user.name "ec2-bot 🤖"
git config user.email "[email protected]"
Expand Down

0 comments on commit be67b3f

Please sign in to comment.