From e159176f558de6ff0980169074c7c049ba494aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camille=C2=A0Bouvat?= Date: Mon, 27 Nov 2023 16:37:44 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20indentation=20in=20?= =?UTF-8?q?Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed75c8e..2fafe68 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ eslint: ## Run eslint docker compose run --rm node npm run eslint install: copy-docker-compose-dev upgrade laravel-install copy-env up npm-install artisan-key-generate artisan-storage ## Install Project - @echo "✅ Project is installed and running, edit .env" + @echo "✅ Project is installed and running, edit .env" git-pull: git reset --hard