From ba7059a2dcc4d39f6ec6807ef1923a371c1f57d0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 26 Dec 2023 18:09:25 +1100 Subject: [PATCH] Fix wrong name --- src/shell_manager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell_manager.hh b/src/shell_manager.hh index 6b45961a..f6ef38a4 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -65,7 +65,7 @@ public: Shell spawn(StringView cmdline, const Context& context, bool open_stdin, - const ShellContext& shell_complete = {}); + const ShellContext& shell_context = {}); Vector get_val(StringView name, const Context& context) const;