Commit aff9bf11 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'pdeden/gitlab-ee-patch-7' into 'master'

Fix syntax error in the `Envoy.blade.php` example

See merge request gitlab-org/gitlab-ce!18177
parents f8365c3d 64ef7517
......@@ -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