Browse Source

pb d'espaces au lieu de tab

Valentin 1 year ago
parent
commit
07c1d54c91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -5,7 +5,7 @@ build_stack:
 	docker-compose up -d
 
 build_bedrock:
-        rm -rf ./src/* && \
+	rm -rf ./src/* && \
 	docker exec -it -u root php-fpm sh -c \
 		"chown -R 1000:1000 /app/public && \
 		npm install --global yarn && \