fix missing ;

This commit is contained in:
Andreas Neue 2022-11-24 13:58:07 +01:00
parent 177b05f235
commit efcdaf6f96
1 changed files with 1 additions and 1 deletions

View File

@ -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"; \
)