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

Merge pull request #710 from nigelramsay/patch-1

Update README.md
This commit is contained in:
Lee Hambley 2013-10-16 23:56:54 -07:00
commit a4db00e77e

View file

@ -126,7 +126,7 @@ This method is widely used.
``` ruby
desc "Ask about breakfast"
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|
execute "echo \"$(whoami) wants #{breakfast} for breakfast!\" | wall"
end