Skip to content

Commit

Permalink
fix: macro cannot have empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrenaud committed Feb 9, 2023
1 parent 2f4ad22 commit 46d4ae7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@endtask

@macro('deploy')
{{-- deploy:prepare --}}
{{-- BEGIN deploy:prepare --}}
assert:commit
deploy:starting
deploy:check
Expand All @@ -53,8 +53,8 @@
deploy:building
deploy:build
deploy:built

{{-- deploy:complete --}}
{{-- END deploy:prepare --}}
{{-- BEGIN deploy:complete --}}
deploy:publishing
deploy:symlink
deploy:publish
Expand All @@ -63,6 +63,7 @@
deploy:finishing
deploy:cleanup
deploy:finished
{{-- END deploy:complete --}}
@endmacro

@macro('deploy:prepare')
Expand Down

0 comments on commit 46d4ae7

Please sign in to comment.