Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 4, 2024
1 parent c293e34 commit a4b9531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/edge.rake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace :edge do
gemfiles = candidates.keys.map do |group|
filename = "#{prefix}-#{group}.gemfile"
adjusted_filename = filename.tr('-', '_')
"#{project_root}/gemfiles/#{prefix}-#{adjusted_filename}"
"#{project_root}/gemfiles/#{adjusted_filename}"
end

gemfiles.each do |gemfile|
Expand Down

0 comments on commit a4b9531

Please sign in to comment.