You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Hashdiff version 1.0.0, octocatalog-diff failed with the following error:
`uninitialized constant OctocatalogDiff::CatalogDiff::Differ::HashDiff (NameError)`
Hashdiff 1.0.0 was released on July, 15 2019 and replaced the constant "HashDiff" with "Hashdiff".
This commit fixes this error and keeps octocatalog-diff backwards compatible to older versions
of HashDiff.
0 commit comments