We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9d3744 + 99d90de commit e81de2dCopy full SHA for e81de2d
lib/octocatalog-diff/catalog-diff/differ.rb
@@ -12,6 +12,8 @@
12
require_relative '../util/util'
13
require_relative 'filter'
14
15
+HashDiff = Hashdiff unless defined? HashDiff
16
+
17
module OctocatalogDiff
18
module CatalogDiff
19
# Calculate the difference between two Puppet catalogs.
0 commit comments