lib/pennyworth/configuration/loader.rb in pennyworth-12.0.2 vs lib/pennyworth/configuration/loader.rb in pennyworth-12.1.0

- old
+ new

@@ -12,10 +12,10 @@ class Loader using Refinements::Hashes using Refinements::Structs DEFAULTS = YAML.load_file(Pathname(__dir__).join("defaults.yml")).freeze - CLIENT = Runcom::Config.new "#{Identity::NAME}/configuration.yml", defaults: DEFAULTS + CLIENT = Runcom::Config.new "pennyworth/configuration.yml", defaults: DEFAULTS def self.call = new.call def self.with_defaults = new(client: DEFAULTS)