Skip to content

Commit

Permalink
Update run.csx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchaVyas authored Nov 12, 2019
1 parent 9e9f49a commit bb77591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure remediation scripts/OrchestratorReme/run.csx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static void Run(DurableOrchestrationContext context, ILogger log, Executi
{
log.LogInformation("Calling Function: Remediate Security Policy");
var tuple1 = Tuple.Create(resource_id, stoken, check_list);
context.CallActivityAsync("SecRem", tuple1);
context.CallActivityAsync("RemediateSecurityPolicy", tuple1);
}
else
{
Expand Down

0 comments on commit bb77591

Please sign in to comment.