From 77623167cbdda1837e9141d143e416cc6cb2c730 Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Fri, 13 Dec 2024 11:16:07 -0500 Subject: [PATCH] Correction in the alignment of comment line --- mantle/kola/tests/upgrade/basic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantle/kola/tests/upgrade/basic.go b/mantle/kola/tests/upgrade/basic.go index 7cb18a4a5b..f603bd53f2 100644 --- a/mantle/kola/tests/upgrade/basic.go +++ b/mantle/kola/tests/upgrade/basic.go @@ -330,7 +330,7 @@ func waitForUpgradeToBeStaged(c cluster.TestCluster, m platform.Machine) { // https://github.com/coreos/fedora-coreos-tracker/issues/1805 // // Note: if systemd-run ever gains the ability to --wait when - // generating a path unit then the below can be simplified. + // generating a path unit then the below can be simplified. c.RunCmdSync(m, "sudo systemd-run -u refchanged --path-property=PathChanged=/ostree/deploy systemctl stop wait.service") c.RunCmdSync(m, "sudo systemd-run --wait -u wait sleep infinity") }