Skip to content

Commit 78df573

Browse files
Merge pull request #85 from ashwin-racherla-atos/patch-1
Replaced flag '--yes' with '--confirm'
2 parents 46937d6 + 755dcce commit 78df573

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)