Skip to content

Commit 526b249

Browse files
author
Rakeshwar Reddy Kambaiahgari
committed
typo fix
1 parent ddfe093 commit 526b249

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/VirtualClient/VirtualClient.Actions/Bombardier/BombardierExecutor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public string TargetService
7474
case "reverse-proxy":
7575
case "rp":
7676
return "rp";
77-
case "apiwg":
7877
case "apigw":
7978
case "api-gateway":
8079
return "apigw";

src/VirtualClient/VirtualClient.Actions/Wrk/WrkExecutor.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public string TargetService
7878
case "reverse-proxy":
7979
case "rp":
8080
return "rp";
81-
case "apiwg":
8281
case "apigw":
8382
case "api-gateway":
8483
return "apigw";
@@ -436,8 +435,6 @@ protected async Task ExecuteWorkloadAsync(string commandArguments, string workin
436435
"/bin/bash",
437436
$"-c {wrappedCommand}",
438437
workingDir);
439-
440-
process.RedirectStandardInput = true;
441438
}
442439
else
443440
{

0 commit comments

Comments
 (0)