From 5bb89a3eec3a519c41aea0a327e0002ba4c5eee3 Mon Sep 17 00:00:00 2001 From: Jason Mayo Date: Wed, 19 Jun 2024 12:16:10 +0100 Subject: [PATCH] Fixed: Setup make command with git pull error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94660ea..247e9d0 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: setup: ddev start - ddev exec git pull + git pull ddev exec npm install ddev composer install ddev exec php craft up --interactive=0