mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1560 from mattbrictson/readme-typos
Fix a couple README typos
This commit is contained in:
commit
9168947002
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ When you run `cap`, Capistrano dutifully connects to your server(s) via SSH and
|
|||
Tasks are simple to make. Here's an example:
|
||||
|
||||
```ruby
|
||||
task :restart_sidekiq
|
||||
task :restart_sidekiq do
|
||||
on roles(:worker) do
|
||||
execute :service, "sidekiq restart"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue