Skip to content

Commit

Permalink
Use Envoy task name as example
Browse files Browse the repository at this point in the history
This makes it slightly more clear that you should put the task's name here even if it's explicitly stated in the comment above it.
  • Loading branch information
driesvints committed Feb 28, 2019
1 parent 0bfb689 commit 75ee698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ By default, tasks will be executed on each server serially. In other words, a ta

To run a task or story that is defined in your `Envoy.blade.php` file, execute Envoy's `run` command, passing the name of the task or story you would like to execute. Envoy will run the task and display the output from the servers as the task is running:

envoy run task
envoy run deploy

<a name="confirming-task-execution"></a>
### Confirming Task Execution
Expand Down

0 comments on commit 75ee698

Please sign in to comment.