run linting

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 22:36:32 -04:00
parent 89b48a2e3b
commit 89fbc799e2
3 changed files with 6 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ case "$1" in
$PLUGIN_COMMAND_PREFIX:info)
[[ -z $2 ]] && dokku_log_fail "Please specify a name for the service"
verify_service_name "$2"
service_info $2
service_info "$2"
;;
$PLUGIN_COMMAND_PREFIX:list)