Skip to content

Commit 0463ce6

Browse files
authored
fixed typo (#611)
1 parent 87b0f6d commit 0463ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-ttk/testcases/deploymentTemplate/Location-Should-Not-Be-Hardcoded.test.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $deployments = Find-JsonContent -InputObject $TemplateObject -Key type -Value
4545

4646
$ignoredRanges =
4747
@() + @(
48-
if ($paramsSection.Index -and $paramSection.Length) {
48+
if ($paramsSection.Index -and $paramsSection.Length) {
4949
$paramsSection.Index..($paramsSection.Index + $paramsSection.Length)
5050
}
5151
) + @(

0 commit comments

Comments
 (0)