Skip to content

Commit

Permalink
Merge pull request #823 from Shopify/at-fix-frozen-record
Browse files Browse the repository at this point in the history
Fix path to dsl extensions
  • Loading branch information
Morriar authored Feb 17, 2022
2 parents 280feb4 + e71f954 commit 3deedc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapioca/commands/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def generate_command_for(constant)

sig { void }
def load_dsl_extensions
Dir["#{__dir__}/../compilers/dsl/extensions/*.rb"].sort.each { |f| require(f) }
Dir["#{__dir__}/../dsl/extensions/*.rb"].sort.each { |f| require(f) }
end
end
end
Expand Down

0 comments on commit 3deedc3

Please sign in to comment.