6950c65 cli: refactor expected NVR comparison

1 file Authored by ktdreyer 2 years ago, Committed by tkopecek 2 years ago,
    cli: refactor expected NVR comparison
    
    Instead of expanding "name"-"version"-"release" twice, expand it once
    and assign it to a new "expected_nvr" variable.
    
    This makes it easier to read this complex string handling code.
    
        
file modified
+4 -3