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

@@ -50,7 +50,7 @@ service_info() {
}
service_list() {
local SERVICES=$(ls $PLUGIN_DATA_ROOT 2> /dev/null)
local SERVICES=$(ls "$PLUGIN_DATA_ROOT" 2> /dev/null)
if [[ -z $SERVICES ]]; then
dokku_log_warn "There are no $PLUGIN_SERVICE services"
else