Skip to content

Commit

Permalink
Update github-backup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 4, 2024
1 parent 59da10b commit 7ccca1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion github-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ IFS="$OLD_IFS"
echo "Full list to be backed up: $all_orgs"

for GITHUB_ORG_TO_BACKUP in "$@"; do
echo "\n\n"
echo ""
echo ""

echo "STARTING BACKUP OF: https://github.com/${GITHUB_ORG_TO_BACKUP}"

repos=$(gh repo list $GITHUB_ORG_TO_BACKUP -L 100000 --json nameWithOwner -q '.[].nameWithOwner')
Expand Down

0 comments on commit 7ccca1e

Please sign in to comment.