From bbb2882deca8c06d170c49e83ee8a7d4f761f672 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 3 Nov 2023 08:55:50 +0900 Subject: [PATCH] Test push rules 8 --- cpp/piscsi/piscsi_image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/piscsi/piscsi_image.cpp b/cpp/piscsi/piscsi_image.cpp index 8e569e041d..bf5366ccfe 100644 --- a/cpp/piscsi/piscsi_image.cpp +++ b/cpp/piscsi/piscsi_image.cpp @@ -46,7 +46,7 @@ bool PiscsiImage::CreateImageFolder(const CommandContext& context, string_view f return ChangeOwner(context, folder, false); } catch(const filesystem_error& e) { - return context.ReturnErrorStatus("Can't create image folder '" + folder.string() + "': " + e.what()); + return context.ReturnErrorStatus("Can'tc create image folder '" + folder.string() + "': " + e.what()); } }