From 61883a65500c7c7671e4d1bc62fe332d19238a95 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Wed, 7 Apr 2021 00:22:20 -0700 Subject: [PATCH] Fixing logging and changing post deploy --- post_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_deploy.sh b/post_deploy.sh index d8186dd..4aa667c 100644 --- a/post_deploy.sh +++ b/post_deploy.sh @@ -20,7 +20,7 @@ if [[ ! -f ./.env ]]; then fi if [[ ! -f /data/.env ]]; then - echo "No enviroment found. Creating." + echo "No environment found. Creating." cp .env.example /data/.env php artisan key:generate --force fi