Fix stack pref

This commit is contained in:
VirtuBox
2019-10-23 13:47:04 +02:00
parent 061744b69f
commit e84399540b
2 changed files with 2 additions and 5 deletions

View File

@@ -63,10 +63,6 @@ while [ "$#" -gt 0 ]; do
wo_branch="$2"
shift
;;
-v | --version)
wo_version="$2"
shift
;;
--force)
wo_force_install="y"
;;