Skip to content

Commit

Permalink
Fix loader lookup path
Browse files Browse the repository at this point in the history
Solve refactor/caching issue after changing the location of `embed_as`
  • Loading branch information
luislavena committed Jan 20, 2024
1 parent a17a6d2 commit bdf1517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drift/embed.cr
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Drift
def {{ name.id }} : Drift::Context
ctx = Drift::Context.new

{{ run("./drift/support/migrations_loader.cr", path, dir) }}
{{ run("./support/migrations_loader.cr", path, dir) }}

ctx
end
Expand Down

0 comments on commit bdf1517

Please sign in to comment.