Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 29, 2015
1 parent f82dd38 commit ce0ff9b
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 @@ -41,7 +41,7 @@ All of your Envoy tasks should be defined in an `Envoy.blade.php` file in the ro
ls -la
@endtask

As you can see, an array of `@servers` is defined at the top of the file, allowing you to reference these servers in the `on` option of your task declarations. Within your `@task` declarations you should place the Bash code that will be run on your server when the task is executed.
As you can see, an array of `@servers` is defined at the top of the file, allowing you to reference these servers in the `on` option of your task declarations. Within your `@task` declarations, you should place the Bash code that will be run on your server when the task is executed.

#### Bootstrapping

Expand Down

0 comments on commit ce0ff9b

Please sign in to comment.