Skip to content

Commit 0b28c44

Browse files
remove obsoleted argument parsing
1 parent 0b24b35 commit 0b28c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-secret.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function usage {
1818
function parse_arguments {
1919
local ARGS_IN=""
2020
local ARGS_OUT=""
21-
while getopts "hi:o:k:s:" opt; do
21+
while getopts "hk:s:" opt; do
2222
case ${opt} in
2323
h)
2424
usage

0 commit comments

Comments
 (0)