We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df05946 commit d5b7b27Copy full SHA for d5b7b27
scripts/sync-to-aws-homebrew-tap
@@ -187,7 +187,7 @@ if [[ "${DRY_RUN}" -eq 0 ]]; then
187
exit 4
188
fi
189
cd "${SYNC_DIR}"
190
- gh repo fork $TAP_REPO --clone=false --remote=false
+ gh repo fork $TAP_REPO --clone --remote
191
cd "${FORK_DIR}"
192
git remote set-url origin https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_USERNAME}/${TAP_NAME}.git
193
DEFAULT_BRANCH=$(git rev-parse --abbrev-ref HEAD | tr -d '\n')
0 commit comments