lib/bhook/root_directory.rb in bhook-0.3.0 vs lib/bhook/root_directory.rb in bhook-0.3.1

- old
+ new

@@ -5,10 +5,10 @@ class RootDirectory < Directory extend T::Sig sig { params(src_path: Pathname, out_path: Pathname).void } def initialize(src_path, out_path) - super(src_path, out_path, Git.open(src_path), Bhook::Config.new(src_path)) + super(src_path, out_path, Git.open(src_path), Bhook::SourceConfig.new(src_path)) end private sig { params(_src_path: Pathname, out_path: Pathname).returns(Pathname) }