Skip to content

Commit 755dcce

Browse files
Replaced flag '--yes' with '--confirm'
'--yes' is not recognized anymore
1 parent 46937d6 commit 755dcce

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 --yes
33+
gh repo delete $org/$repo --confirm
3434

3535
done < "$filename"

0 commit comments

Comments
 (0)