uyuni-project / inter-server-sync

6 stars 13 forks source link

Correctly detect product name and product version number #56

Closed rjmateus closed 1 year ago

rjmateus commented 1 year ago

Version detection is not working correctly. It relies on having a space in the product name, and the split is not done correctly.

This commit aims to solve this by comparing the parameter key with the wanted property and not relying on existing space before the product name.