fix warning: duplicated key at line 21 ignored: :name

This commit is contained in:
Alexander Machehin 2015-02-24 12:30:07 +05:00
parent b5a0249f35
commit 31cbbc8bf5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace :repositories do
next
end
project = main.projects.create(name: project_name, name: project_name)
project = main.projects.create(name: project_name)
puts "Executing: 'rm -rf #{project.path}'"
`rm -rf #{project.path}`