Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Jan 19, 2024
1 parent 5ba13c1 commit 855eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mallard/src/k16/mallard/loaders/fs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(sort-by :path)
vec))

(defmacro load-migration-files!
(defmacro load-migrations!
"Given a file or resource directory path attempt to load all files found within as migrations.
This is implemented as a macro to allow preloading migrations during native-image compilation. This
Expand Down

0 comments on commit 855eb7f

Please sign in to comment.