Envoy.blade.php syntax fixed

This commit is contained in:
Patrick Deden 2018-02-01 12:20:03 +00:00 committed by Rémy Coutable
parent 96cd05e65e
commit 64ef7517af
1 changed files with 1 additions and 1 deletions

View File

@ -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
```