Skip to content
Snippets Groups Projects
Commit fb3bec8d authored by Mike McQuaid's avatar Mike McQuaid
Browse files

extend/ENV/super: fix Rubocop warnings.

parent c3dab72e
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ module Superenv
end
def determine_dependencies
deps.map {|d| d.name}.join(",")
deps.map(&:name).join(",")
end
def determine_cmake_prefix_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment