summaryrefslogtreecommitdiff
path: root/src/shell_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell_manager.hh')
-rw-r--r--src/shell_manager.hh2
1 files changed, 1 insertions, 1 deletions
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<String> get_val(StringView name, const Context& context) const;