Skip to content

Commit

Permalink
Merge pull request #13797 from danidoni/fix-undefined-source-project-…
Browse files Browse the repository at this point in the history
…in-dev-requests-rake-task

Fix undefined variable or method `source_project`
  • Loading branch information
danidoni committed Feb 6, 2023
2 parents 407a677 + e00e157 commit 671ca0c
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 671ca0c

Please sign in to comment.