Skip to content

Commit 22a86c3

Browse files
committed
fix(upgrade): target version was not working - all fixed
1 parent 1f6b7ab commit 22a86c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/pushover

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ while [[ $# -gt 0 ]]; do
193193
exit 0
194194
;;
195195
--upgrade)
196+
UPGRADE="${2:-$UPGRADE}"
197+
shift
196198
shift
197199
upgrade
198200
;;

0 commit comments

Comments
 (0)