Skip to content

Commit b9fd18b

Browse files
committed
Fix quotes
1 parent d89815d commit b9fd18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

golang-issue-18555/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Write-Host Current dir after running the go build:
66
Write-Host The webserver dir after running the go build:
77
dir ..\webserver
88
if (!(Test-Path ..\webserver\webserver.exe)) {
9-
Write-Error webserver.exe is missing, go build didn't work in container
9+
Write-Error "webserver.exe is missing, go build didn't work in container"
1010
}

0 commit comments

Comments
 (0)