Skip to content

Commit

Permalink
Update envoy.md
Browse files Browse the repository at this point in the history
Remove duplicated words.
  • Loading branch information
yappkahowe authored Nov 7, 2016
1 parent 4ad06dd commit ab9a086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions envoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Since global Composer libraries can sometimes cause package version conflicts, y
#### Updating Envoy

You may also use Composer to keep your Envoy installation up to date. Issuing the the `composer global update` command will update all of your globally installed Composer packages:
You may also use Composer to keep your Envoy installation up to date. Issuing the `composer global update` command will update all of your globally installed Composer packages:

composer global update

Expand Down Expand Up @@ -77,7 +77,7 @@ If needed, you may pass option values into Envoy tasks using the command line:

envoy run deploy --branch=master

You may use access the options in your tasks via Blade's "echo" syntax. Of course, you may also use `if` statements and loops within your tasks. For example, let's verify the presence of the `$branch` variable before executing the `git pull` command:
You may access the options in your tasks via Blade's "echo" syntax. Of course, you may also use `if` statements and loops within your tasks. For example, let's verify the presence of the `$branch` variable before executing the `git pull` command:

@servers(['web' => '192.168.1.1'])

Expand Down

0 comments on commit ab9a086

Please sign in to comment.