mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix syntax error in the command_line guide [ci skip]
This commit is contained in:
parent
9eb72ac78f
commit
9e34127dad
1 changed files with 2 additions and 2 deletions
|
@ -503,7 +503,7 @@ end
|
|||
You can group tasks by placing them in namespaces:
|
||||
|
||||
```ruby
|
||||
namespace :db
|
||||
namespace :db do
|
||||
desc "This task does nothing"
|
||||
task :nothing do
|
||||
# Seriously, nothing
|
||||
|
|
Loading…
Reference in a new issue