Skip to content

Commit

Permalink
fix the gh args (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Jul 16, 2020
1 parent df05946 commit d5b7b27
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 @@ -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

0 comments on commit d5b7b27

Please sign in to comment.