diff --git a/composer.json b/composer.json index 2907401d3a..3c46ac6508 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ }, "scripts": { "pre-install-cmd": [ - "export APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2 && echo 'Temporary app key is ${APP_KEY}.'" + "export APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2 && echo Temporary app key is $APP_KEY." ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""