Skip to content

Commit

Permalink
Update Invoke-AlGoAction.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 authored Jan 6, 2025
1 parent ee65e2c commit 6ad388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/Invoke-AlGoAction.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param(
[Parameter(Mandatory = $true)]
[scriptblock]$Action,
[Parameter(Mandatory = $false)]
[switch]$SkipTelemetry
[switch]$SkipTelemetry
)

$errorActionPreference = "Stop"
Expand Down

0 comments on commit 6ad388f

Please sign in to comment.