Skip to content

Commit d5b7b27

Browse files
authored
fix the gh args (#33)
1 parent df05946 commit d5b7b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-to-aws-homebrew-tap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if [[ "${DRY_RUN}" -eq 0 ]]; then
187187
exit 4
188188
fi
189189
cd "${SYNC_DIR}"
190-
gh repo fork $TAP_REPO --clone=false --remote=false
190+
gh repo fork $TAP_REPO --clone --remote
191191
cd "${FORK_DIR}"
192192
git remote set-url origin https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_USERNAME}/${TAP_NAME}.git
193193
DEFAULT_BRANCH=$(git rev-parse --abbrev-ref HEAD | tr -d '\n')

0 commit comments

Comments
 (0)