From 601050ae1f6bac05852233d4e6630c71f2ea60ac Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Tue, 27 Sep 2022 21:44:11 +0200 Subject: [PATCH] Quote filename Signed-off-by: Thomas Lauf --- src/commands/CmdConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index 7413054a..ce103b03 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -120,7 +120,7 @@ int CmdConfig ( { if (change) { - std::cout << "Config file " << rules.file () << " modified.\n"; + std::cout << "Config file '" << rules.file () << "' modified.\n"; } else {