From d04e5e257e094a1e24b0809288e350df3d01abc7 Mon Sep 17 00:00:00 2001 From: marcushines <80116818+marcushines@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:59:07 -0700 Subject: [PATCH] Update debug/debug.proto Co-authored-by: Rob Shakir --- debug/debug.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/debug.proto b/debug/debug.proto index af8eb92b..9899f0d0 100644 --- a/debug/debug.proto +++ b/debug/debug.proto @@ -40,7 +40,7 @@ service Debug { message DebugRequest { enum Mode { MODE_UNSPECIFIED = 0; - MODE_SHELL = 1; + MODE_SHELL = 1; // Run the command using a standard Unix shell. MODE_CLI = 2; } // Mode the commands will be executed in.