Skip to content

Commit

Permalink
fix path again
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 4, 2024
1 parent 794fa06 commit 07f3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace :test do
"bundle exec rake #{spec_task}"
else
gemfile = "gemfiles/#{ruby_runtime}-#{appraisal_group}.gemfile".tr('-', '_')
"env BUNDLE_GEMFILE=gemfiles/#{gemfile} rake #{spec_task}"
"env BUNDLE_GEMFILE=#{gemfile} rake #{spec_task}"
end

command += "'[#{spec_arguments}]'" if spec_arguments
Expand Down

0 comments on commit 07f3613

Please sign in to comment.