Skip to content

Commit b762f9f

Browse files
authored
Merge pull request #319 from akeneo/fix-typo-makefile
Fix typo in makefile
2 parents 295bc34 + 7f38d68 commit b762f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ build: yarn-install
1717
$(DOCKER_RUN) $(DOCKER_IMAGE_TAG) yarn gulp create-dist
1818

1919
deploy: yarn-install
20-
$(DOCKER_RUN) -e PORT -e HOSTNAME -v "$${SSH_AUTH_SOCK}":/ssh-auth.sock:ro -e SSH_AUTH_SOCK=/ssh-auth.sock $(_DOCKER_IMAGE_TAG) yarn gulp deploy
20+
$(DOCKER_RUN) -e PORT -e HOSTNAME -v "$${SSH_AUTH_SOCK}":/ssh-auth.sock:ro -e SSH_AUTH_SOCK=/ssh-auth.sock $(DOCKER_IMAGE_TAG) yarn gulp deploy

0 commit comments

Comments
 (0)