Skip to content

Commit c0e7364

Browse files
committed
Merge branch 'speer-fix-compatibility-issue-hashdiff-1.0.0' into 1-6-0
2 parents c0ec977 + 1ce938e commit c0e7364

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/octocatalog-diff/catalog-diff/differ.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
require_relative '../util/util'
1212
require_relative 'filter'
1313

14+
HashDiff = Hashdiff unless defined? HashDiff
15+
1416
module OctocatalogDiff
1517
module CatalogDiff
1618
# Calculate the difference between two Puppet catalogs.

0 commit comments

Comments
 (0)