Skip to content

Commit

Permalink
Test push rules 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Nov 2, 2023
1 parent acb8887 commit bbb2882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/piscsi/piscsi_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}

Expand Down

0 comments on commit bbb2882

Please sign in to comment.