1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #9 from joanbarros/patch-1

Replaced varaible with variable. This must be a typo...
This commit is contained in:
Lee Hambley 2013-07-21 23:17:51 -07:00
commit bc860413e9

View file

@ -174,7 +174,7 @@ forked to the Capistrano repository, but you can find the (unchanged) original
set :branch, 'master'
{% endprism %}
I've simplified the `:branch` varaible to simply be a `set` varaible, not a
I've simplified the `:branch` variable to simply be a `set` variable, not a
question prompt, as this repository only has a master branch.
## Roundup