Skip to content

Commit 513aaff

Browse files
authored
Minor fix to the appveyor YAML file to remove the extra sub-expression (#3595)
1 parent 16c7ee9 commit 513aaff

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
@@ -12,7 +12,7 @@ cache:
1212

1313
install:
1414
- pwsh: |
15-
Write-Host "PS Version: $($($PSVersionTable.PSVersion))"
15+
Write-Host "PS Version: $($PSVersionTable.PSVersion)"
1616
./build.ps1 -Bootstrap
1717
1818
build_script:

0 commit comments

Comments
 (0)