helmify
helmify copied to clipboard
Fix common prefix calculation
This is done by making commonPrefix variable nullable to detect the case that no commonPrefix is set.
Otherwise this would trigger finding a common prefix once no common prefix is found (in the old implementation that means the commonPrefix is an empty string which is just the result of finding out there is no common prefix).
is it a bugfix? can you please describe bug or add a test case reproducing the issue?