Skip to content

Commit

Permalink
Remove nonexistant engine/lib from $LOAD_PATH (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Jun 22, 2022
1 parent f1d8d34 commit d05242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion good_job.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
require_paths = ["lib", "engine/lib"]
require_paths = ["lib"]
require_paths.each do |require_path|
$LOAD_PATH.push File.expand_path(require_path, __dir__)
end
Expand Down

0 comments on commit d05242c

Please sign in to comment.