Skip to content

Commit 19b5421

Browse files
Merge pull request #16 from tspascoal/use-yes-on-delete
Update delete-repos-from-list.sh
2 parents a4545dd + cd33f30 commit 19b5421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-cli/delete-repositories-from-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ do
3030
repo=${data[1]}
3131

3232
echo $"Deleting: $org/$repo"
33-
gh repo delete $org/$repo --confirm
33+
gh repo delete $org/$repo --yes
3434

3535
done < "$filename"

0 commit comments

Comments
 (0)