Skip to content

Commit

Permalink
Modify LOG_LEVEL for -q option
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed May 2, 2017
1 parent 85294b5 commit 0c0b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ while getopts ":hvqFC" opt; do
q)
verbose_mode=false
quiet_mode=true
LOG_LEVEL=0
LOG_LEVEL=1
;;
F)
local_opts="$local_opts -$opt"
Expand Down

0 comments on commit 0c0b471

Please sign in to comment.