Move around example mention in docs

This commit is contained in:
Brian Cain 2019-09-26 13:15:16 -07:00
parent f69bdc4bb6
commit 5c26e651e6
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ The trigger class takes various options.
+ `path`
**Note:** The `run` option with `inline` is not entirely like a shell provisioner that runs bash.
It executes binaries on your machine rather than a bash script. If you wish you use
bash to pipe some text to a file in your `run` option with `inline`, wrap
your inline script with _`bash -c "<script goes here>"`_. For example:
It executes binaries on your machine rather than a bash script. For example:
If you wish you use bash to pipe some text to a file in your `run` option with `inline`, wrap
your inline script with _`bash -c "<script goes here>"`_.:
```ruby
config.trigger.after :up do |trigger|