diff options
Diffstat (limited to 'src/buildtool/file_system/file_root.hpp')
-rw-r--r-- | src/buildtool/file_system/file_root.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/buildtool/file_system/file_root.hpp b/src/buildtool/file_system/file_root.hpp index c625c586..708e29cb 100644 --- a/src/buildtool/file_system/file_root.hpp +++ b/src/buildtool/file_system/file_root.hpp @@ -746,9 +746,8 @@ class FileRoot { if (root[0] == FileRoot::kFileIgnoreSpecialMarker) { if (root.size() != 2 or (not root[1].is_string())) { return unexpected{fmt::format( - "\"file ignore-special\" scheme expects precisely " - "one string " - "argument, but found {} for {} of repository {}", + "\"file ignore-special\" scheme expects precisely one " + "string argument, but found {} for {} of repository {}", root.dump(), keyword, repo)}; |