Fix cockpit version check

There's a 244.1. D'oh.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-05-27 08:56:58 -07:00
parent f38dc4cfe1
commit f475156eff
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ sub run {
# cockpit 232-244: https://github.com/cockpit-project/cockpit/issues/14895
$tabs = "\t\t\t" if ($cockpitver > 231);
# ...in 245+ it's down to two times, for some reason
$tabs = "\t\t" if ($cockpitver > 244);
$tabs = "\t\t" if ($cockpitver >= 245);
type_string($tabs, 4);
type_string("ipa001.test.openqa.fedoraproject.org", 4);
type_string("\t\t", 4);