Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit c36b20f

Browse files
committed
Fix bug in getopts invocation
1 parent 5ce03c7 commit c36b20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/rename_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# The original file was copied on 2021-10-14.
1212
# =============================================================================
1313

14-
while getopts a:e:n:u:d: flag; do
14+
while getopts a:d:e:m:r: flag; do
1515
case "${flag}" in
1616
a) author=${OPTARG};;
1717
d) description=${OPTARG};;

0 commit comments

Comments
 (0)