Commit 77979280 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7947 from cirosantilli/rm-assign-without-effect

Remove assignment without effect.
parents 0676f1da 3960a5a2
......@@ -411,7 +411,7 @@ module SharedPaths
end
def project
project = Project.find_by!(name: "Shop")
Project.find_by!(name: 'Shop')
end
# ----------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment