Skip to content

Commit 94b7601

Browse files
authored
chore: typo 'performing` in disabling Azure LogicApps script (#274)
1 parent 06e9c6b commit 94b7601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Arcus.Scripting.LogicApps/Scripts/Disable-AzLogicAppsFromConfig.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function ExecuteStopType() {
3030
}
3131
}
3232
ElseIf ($stopType -Match "None") {
33-
Write-Host "Executing Stop 'None' => peforming no stop"
33+
Write-Host "Executing Stop 'None' => performing no stop"
3434
}
3535
else {
3636
Write-Warning "StopType '$stopType' has no known implementation, doing nothing.."
@@ -127,4 +127,4 @@ $json | ForEach-Object {
127127
## Wrap up
128128
Write-Host("-> Batch: '$batchDescription' has been executed")
129129
Write-Host("")
130-
}
130+
}

0 commit comments

Comments
 (0)