Skip to content

Commit

Permalink
fixed scope issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hormazabal committed Nov 13, 2018
1 parent ed3189a commit 54f6b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semtag
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ACTION="$1"
shift

# We get the parameters
while getopts "v:s:o:f" opt; do
while getopts "v:s:of" opt; do
case $opt in
v)
forcedversion="$OPTARG"
Expand Down

0 comments on commit 54f6b45

Please sign in to comment.