We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89815d commit b9fd18bCopy full SHA for b9fd18b
1 file changed
golang-issue-18555/test.ps1
@@ -6,5 +6,5 @@ Write-Host Current dir after running the go build:
6
Write-Host The webserver dir after running the go build:
7
dir ..\webserver
8
if (!(Test-Path ..\webserver\webserver.exe)) {
9
- Write-Error webserver.exe is missing, go build didn't work in container
+ Write-Error "webserver.exe is missing, go build didn't work in container"
10
}
0 commit comments