Skip to content

Commit

Permalink
change copy
Browse files Browse the repository at this point in the history
should fix the unexpected EOF while looking for matching error
  • Loading branch information
Nielsvanpach committed Oct 21, 2024
1 parent 6d3634a commit c2f525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit c2f525a

Please sign in to comment.