Skip to content

Commit

Permalink
Merge pull request #85 from ashwin-racherla-atos/patch-1
Browse files Browse the repository at this point in the history
Replaced flag '--yes' with '--confirm'
  • Loading branch information
joshjohanning authored Oct 3, 2024
2 parents 46937d6 + 755dcce commit 78df573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-cli/delete-repositories-from-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ do
repo=${data[1]}

echo $"Deleting: $org/$repo"
gh repo delete $org/$repo --yes
gh repo delete $org/$repo --confirm

done < "$filename"

0 comments on commit 78df573

Please sign in to comment.