diff --git a/commands b/commands index c7e64c9..5e45e54 100755 --- a/commands +++ b/commands @@ -159,7 +159,7 @@ case "$1" in DOKKU_LOGS_ARGS="--tail 100" fi - docker logs "$DOKKU_LOGS_ARGS" "$ID" + docker logs $DOKKU_LOGS_ARGS "$ID" ;; $PLUGIN_COMMAND_PREFIX:restart)