system_update: Fix error message
This commit is contained in:
parent
a590d93e76
commit
99983ee6db
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func (systemupdate) Description() wisski_distillery.Description {
|
||||||
}
|
}
|
||||||
|
|
||||||
var errNoGraphDBZip = exit.Error{
|
var errNoGraphDBZip = exit.Error{
|
||||||
Message: "%s does not exist",
|
Message: "%q does not exist",
|
||||||
ExitCode: exit.ExitCommandArguments,
|
ExitCode: exit.ExitCommandArguments,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue