Skip to content

Commit

Permalink
Update src/rust/engine/process_execution/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Stu Hood <stuhood@gmail.com>
  • Loading branch information
tdyas and stuhood committed May 19, 2024
1 parent 21fd45d commit 86a6371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 86a6371

Please sign in to comment.