Skip to content

Commit

Permalink
Revert getopts arg
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 18, 2024
1 parent 171780c commit f4698eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

dry_run='false'
while getopts do: opt; do
while getopts d opt; do
case ${opt} in
"d" ) dry_run='true' ; echo '[dry-run]';;
esac
Expand Down

0 comments on commit f4698eb

Please sign in to comment.