From 4c4c6d159f03119c5817a581248ee4891241cc9f Mon Sep 17 00:00:00 2001 From: John Bond Date: Thu, 19 Sep 2019 13:01:25 +0200 Subject: [PATCH] correct typo in hashdiff --- lib/octocatalog-diff/catalog-diff/differ.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/octocatalog-diff/catalog-diff/differ.rb b/lib/octocatalog-diff/catalog-diff/differ.rb index c56234c1..a263ee28 100644 --- a/lib/octocatalog-diff/catalog-diff/differ.rb +++ b/lib/octocatalog-diff/catalog-diff/differ.rb @@ -522,7 +522,7 @@ def hashdiff_initial(catalog1_in, catalog2_in) @logger.debug "Entering hashdiff_initial; catalog sizes: #{catalog1_resources.size}, #{catalog2_resources.size}" result = [] hashdiff_add_remove = Set.new - hashdiff_result = HashDiff.diff(catalog1_resources, catalog2_resources, delimiter: "\f") + hashdiff_result = Hashdiff.diff(catalog1_resources, catalog2_resources, delimiter: "\f") hashdiff_result.each do |obj| # Regular change if obj[0] == '~'