From 86a6371c20c093681539b4ed5a167284f456b080 Mon Sep 17 00:00:00 2001 From: Tom Dyas Date: Sat, 18 May 2024 22:03:55 -0400 Subject: [PATCH] Update src/rust/engine/process_execution/src/lib.rs Co-authored-by: Stu Hood --- src/rust/engine/process_execution/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/engine/process_execution/src/lib.rs b/src/rust/engine/process_execution/src/lib.rs index ddebed50068..189ca219c3f 100644 --- a/src/rust/engine/process_execution/src/lib.rs +++ b/src/rust/engine/process_execution/src/lib.rs @@ -439,7 +439,7 @@ pub enum ProcessExecutionStrategy { Local, /// Run the Process locally in the workspace without an execution sandbox. LocalInWorkspace, - /// Run the Process remotelyt using the Remote Execution API. The vector stores the platform_properties to pass + /// Run the Process remotely using the Remote Execution API. The vector stores the platform_properties to pass /// for that execution. RemoteExecution(Vec<(String, String)>), /// Run the Process in a Docker container. The string stores the image name.