Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/sync-to-aws-homebrew-tap
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ if [[ "${DRY_RUN}" -eq 0 ]]; then
exit 4
fi
cd "${SYNC_DIR}"
gh repo fork $TAP_REPO --clone=false --remote=false
gh repo fork $TAP_REPO --clone --remote
cd "${FORK_DIR}"
git remote set-url origin https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_USERNAME}/${TAP_NAME}.git
DEFAULT_BRANCH=$(git rev-parse --abbrev-ref HEAD | tr -d '\n')
Expand Down