Skip to content

Commit 75e1f2f

Browse files
authored
Correct grammar on what "empty" means
1 parent 6ee1d15 commit 75e1f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/bash/delete-empty-repos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#/ DESCRIPTION:
1313
#/ For a GitHub Enterprise Instance, lists every empty repository in format
1414
#/ <organization>:<repository> separated by new lines. Deleting them if passed
15-
#/ the option [--execute=true]. "Empty" means any repository with a zero size
15+
#/ the option [--execute=true]. "Empty" meaning any repository with a zero size
1616
#/ attribute, i.e. initialized only or those with no content at all.
1717
#/ - Example Output: List all empty repositories
1818
#/ <organization>:<repository1>

0 commit comments

Comments
 (0)