diff --git a/Makefile b/Makefile index c63e2a8..dc1b4aa 100644 --- a/Makefile +++ b/Makefile @@ -72,5 +72,5 @@ restart: restart-$(DEPLOY_TYPE) reload: @- $(foreach host,$(DEPLOY_HOSTS), \ echo "### reloading service on $(host)"; \ - ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); ./reload.sh; \ + ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); ./reload.sh"; \ )