Skip to content

Commit

Permalink
fix(config): big fix when empty credentials entered in config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfagan committed Mar 21, 2019
1 parent d35455b commit 1f6b7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pushover
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
--config)
CONFIG="${2:-$CONFIG}"
shift
shift
config
Expand Down

0 comments on commit 1f6b7ab

Please sign in to comment.