File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,7 @@ _install() {
120120 [[ -n " $OVERRIDE_REMOTE_PLUGIN_DIR " ]] && REMOTE_PLUGIN_DIR=" $OVERRIDE_REMOTE_PLUGIN_DIR "
121121 [[ -n " $_SUITE " ]] && REMOTE_PLUGIN_DIR=" $_SUITE "
122122
123- warn " overriding remote plugin dir with $OVERRIDE_REMOTE_PLUGIN_DIR "
124- REMOTE_PLUGIN_DIR=$OVERRIDE_REMOTE_PLUGIN_DIR
123+ warn " overriding remote plugin dir with $REMOTE_PLUGIN_DIR "
125124 else
126125 REMOTE_PLUGIN_DIR=" default"
127126 fi
@@ -267,7 +266,7 @@ _satisfy_deps
267266
268267while [ $# -gt 0 ]; do
269268 case $1 in
270- --suite) shift ; _SUITE=" $1 " ;;
269+ --suite) shift ; _SUITE=" $1 " ; shift ;;
271270 -l) shift ; _login $* ; break ;;
272271 -i|--install) shift ; _install $1 ; exit 0 ;;
273272 -re|--reset) shift ; _reset $1 ; exit 0 ;;
You can’t perform that action at this time.
0 commit comments