diff --git a/Envoy.blade.php b/Envoy.blade.php index e276976d..a4c5c697 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -156,7 +156,7 @@ function logMessage($message) { @task('finishDeploy', ['on' => 'local']) {{ logMessage("🚀 Application deployed!") }} -{{ logMessage("Don't forget testing the docs and executing a purchase") }} +{{ logMessage('Make sure to test the docs and executing a purchase') }} @endtask @task('deployOnlyCode',['on' => 'remote'])