system_update: Fix error message

This commit is contained in:
Tom Wiesing 2022-12-14 08:58:44 +01:00
parent a590d93e76
commit 99983ee6db
No known key found for this signature in database

View file

@ -40,7 +40,7 @@ func (systemupdate) Description() wisski_distillery.Description {
}
var errNoGraphDBZip = exit.Error{
Message: "%s does not exist",
Message: "%q does not exist",
ExitCode: exit.ExitCommandArguments,
}