Skip to content

Commit

Permalink
Correction in the alignment of comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Dec 13, 2024
1 parent cca0826 commit 7762316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle/kola/tests/upgrade/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 7762316

Please sign in to comment.