Skip to content

Commit

Permalink
Merge pull request #1089 from DDMAL/fix-pull
Browse files Browse the repository at this point in the history
Fix #1088, Fix make pull
  • Loading branch information
malajvan authored Oct 11, 2023
2 parents 7db8153 + a6aa657 commit 7440980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ push:

pull:
@echo "[-] Pulling docker images from Docker Hub..."
@docker compose pull
@DOCKER_TAG=$(DOCKER_TAG) docker compose pull
@echo "[+] Done."

$(JOBS_PATH)/neon_wrapper/Neon/package.json:
Expand Down

0 comments on commit 7440980

Please sign in to comment.