Skip to content

Commit

Permalink
chore: updated dir path string
Browse files Browse the repository at this point in the history
  • Loading branch information
suleman-uzair committed Nov 20, 2024
1 parent 4c86de0 commit 192cfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lutaml/xsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
require_relative "xsd/xsd"

loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: true)
loader.push_dir("lib/lutaml/xsd", namespace: Lutaml::Xsd)
loader.push_dir("#{__dir__}/xsd", namespace: Lutaml::Xsd)
loader.ignore("#{__dir__}/lib/lutaml/xsd.rb")
loader.setup

0 comments on commit 192cfdf

Please sign in to comment.