From 99983ee6dbe8585fe41eb1f4ce5503a695706525 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Wed, 14 Dec 2022 08:58:44 +0100 Subject: [PATCH] system_update: Fix error message --- cmd/system_update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/system_update.go b/cmd/system_update.go index 2af3116..b338485 100644 --- a/cmd/system_update.go +++ b/cmd/system_update.go @@ -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, }