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