Skip to content

Commit 3deedc3

Browse files
authored
Merge pull request #823 from Shopify/at-fix-frozen-record
Fix path to dsl extensions
2 parents 280feb4 + e71f954 commit 3deedc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tapioca/commands/dsl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def generate_command_for(constant)
364364

365365
sig { void }
366366
def load_dsl_extensions
367-
Dir["#{__dir__}/../compilers/dsl/extensions/*.rb"].sort.each { |f| require(f) }
367+
Dir["#{__dir__}/../dsl/extensions/*.rb"].sort.each { |f| require(f) }
368368
end
369369
end
370370
end

0 commit comments

Comments
 (0)