Skip to content

Commit d47fedb

Browse files
authored
Merge pull request #2210 from prestist/update-for-go-version
internal/exec/stages/files/units: fix formating error cought downstream
2 parents abca33d + cdb7935 commit d47fedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/exec/stages/files/units.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func (s *stage) warnOnOldSystemdVersion() error {
4545
return err
4646
}
4747
if systemdVersion < 240 {
48-
s.Warning("The version of systemd (%q) is less than 240. Enabling/disabling instantiated units may not work. See https://github.com/coreos/ignition/issues/586 for more information.", systemdVersion)
48+
s.Warning("The version of systemd (%d) is less than 240. Enabling/disabling instantiated units may not work. See https://github.com/coreos/ignition/issues/586 for more information.", systemdVersion)
4949
}
5050
return nil
5151
}

0 commit comments

Comments
 (0)