Skip to content

Commit

Permalink
fix(upgrade): target version was not working - all fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfagan committed Mar 21, 2019
1 parent 1f6b7ab commit 22a86c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/pushover
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ while [[ $# -gt 0 ]]; do
exit 0
;;
--upgrade)
UPGRADE="${2:-$UPGRADE}"
shift
shift
upgrade
;;
Expand Down

0 comments on commit 22a86c3

Please sign in to comment.