Skip to content

Commit e81de2d

Browse files
authored
Merge pull request #215 from speer/fix-compatibility-issue-hashdiff-1.0.0
Add Support for Hashdiff 1.0.0
2 parents e9d3744 + 99d90de commit e81de2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)