git2consul
git2consul copied to clipboard
added null check while compaing the differences between existing kvs and current kvs
While checking the value of the existing key if the value is null then doing toString() will throw null pointer exception.