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:
commit
bc860413e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue