From 59d21589f1154b5765ed155fa8a79503ee15411a Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Thu, 16 Jul 2020 12:46:38 -0500 Subject: [PATCH] correct type in hb sync script --- scripts/sync-to-aws-homebrew-tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-to-aws-homebrew-tap b/scripts/sync-to-aws-homebrew-tap index 1c33687..a77b99c 100755 --- a/scripts/sync-to-aws-homebrew-tap +++ b/scripts/sync-to-aws-homebrew-tap @@ -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 "ec2-bot@users.noreply.github.com"