Skip to content

Commit f29753f

Browse files
committed
missing $
1 parent 6dbb761 commit f29753f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test_script:
101101
Start-Sleep -Seconds 1
102102
}
103103
}
104-
if (isAllowedFileFormatUpdated -eq $false) {throw (New-Object System.Exception("Failed to update the AllowedResourceExtensionsForUpload") }
104+
if ($isAllowedFileFormatUpdated -eq $false) {throw (New-Object System.Exception("Failed to update the AllowedResourceExtensionsForUpload") }
105105
106106
107107
# Integration test section

0 commit comments

Comments
 (0)