Skip to content

Commit

Permalink
Fix undefined variable or method source_project
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Feb 6, 2023
1 parent d23dc2f commit e00e157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/lib/tasks/dev/requests.rake
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ namespace :dev do
puts " See http://localhost:3000/request/show/#{bs_request.number}."
puts ' To start the builds confirm or perfom the following steps:'
puts ' - Create the interconnect with openSUSE.org'
puts " - Create a couple of repositories in project #{source_project.name}"
puts " - Create a couple of repositories in project #{iggy_home_project.name}"
end
end
end

0 comments on commit e00e157

Please sign in to comment.