diff --git a/src/contour/Config.h b/src/contour/Config.h index f6e8a09da3..7447c5e867 100644 --- a/src/contour/Config.h +++ b/src/contour/Config.h @@ -1131,7 +1131,7 @@ struct Writer return format(doc, v.count()); } - [[nodiscard]] std::string format(std::string_view doc, vtpty::Process::ExecInfo v) + [[nodiscard]] std::string format(std::string_view doc, vtpty::Process::ExecInfo const& v) { auto args = std::string { "[" }; args.append(v.arguments | ranges::views::join(", ") | ranges::to);