Skip to content

Commit 0d2aa24

Browse files
ci(travis): meant PATH not the value of it (#222)
1 parent 73c375d commit 0d2aa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function checkPrereq($software, $URL, $SHA, $mode) {
55
$installed = (Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Where { $_.DisplayName -eq $software }) -ne $null
66

77
If(-Not $installed) {
8-
Write-Host "'$software' is NOT installed. (You may (s)kip if you already have it installed and it is in your $PATH)";
8+
Write-Host "'$software' is NOT installed. (You may (s)kip if you already have it installed and it is in your PATH)";
99
if ($mode -eq "noninteractive") {
1010
$answer = "y"
1111
} else {

0 commit comments

Comments
 (0)