diff --git a/contrib/dokku_client.sh b/contrib/dokku_client.sh index 9b7dce327d8..9623b951e59 100755 --- a/contrib/dokku_client.sh +++ b/contrib/dokku_client.sh @@ -102,6 +102,11 @@ if [[ ! -z $DOKKU_HOST ]]; then if [[ ! "$1" =~ --* ]]; then verb=$1 shift + + if [[ "$1" == "$appname" ]]; then + shift + fi + args="$*" else long_args="--"