Skip to content

Commit

Permalink
Fixed: Setup make command with git pull error
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Jun 19, 2024
1 parent 07662ed commit 5bb89a3
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 @@ -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
Expand Down

0 comments on commit 5bb89a3

Please sign in to comment.