mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update README.md
add missing "bring" to example sentance
This commit is contained in:
parent
c1f06cc194
commit
7a05a77db9
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ This method is widely used.
|
||||||
``` ruby
|
``` ruby
|
||||||
desc "Ask about breakfast"
|
desc "Ask about breakfast"
|
||||||
task :breakfast do
|
task :breakfast do
|
||||||
breakfast = ask(:breakfast, "What would you like your colleagues to you for breakfast?")
|
breakfast = ask(:breakfast, "What would you like your colleagues to bring you for breakfast?")
|
||||||
on roles(:all) do |h|
|
on roles(:all) do |h|
|
||||||
execute "echo \"$(whoami) wants #{breakfast} for breakfast!\" | wall"
|
execute "echo \"$(whoami) wants #{breakfast} for breakfast!\" | wall"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue