Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
unsign3d committed Feb 27, 2025
1 parent 971b43e commit 9f56294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "thermite/tasks"
require_relative "../lib/tasks/thermite_dir_patch"

project_dir = File.dirname(File.dirname(__FILE__))
project_dir = File.dirname(__FILE__, 2)
thermite = Thermite::Tasks.new(cargo_project_path: project_dir,
ruby_project_path: project_dir,
optional_rust_extension: true)
Expand Down

0 comments on commit 9f56294

Please sign in to comment.