Commit 64ef7517 authored by Patrick Deden's avatar Patrick Deden Committed by Rémy Coutable

Envoy.blade.php syntax fixed

parent 96cd05e6
......@@ -190,7 +190,7 @@ To start, we create an `Envoy.blade.php` in the root of our app with a simple ta
```php
@servers(['web' => 'remote_username@remote_host'])
@task('list', [on => 'web'])
@task('list', ['on' => 'web'])
ls -l
@endtask
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment