Commit cba94100 authored by Logan Lindquist's avatar Logan Lindquist

on needs quotes in Laravel ci Example

otherwise it throws an error

PHP Warning:  Use of undefined constant on - assumed 'on' (this will throw an Error in a future version of PHP)
parent 512a1241
......@@ -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