Skip to content

Commit 69da2ad

Browse files
author
Bryan C. Mills
committed
cmd/buildlet/stage0: fix vet formatting warnings
Change-Id: I632036f04924b0b1d2211bda1dd7741f3cf225e1 Reviewed-on: https://go-review.googlesource.com/128635 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Russ Cox <[email protected]>
1 parent 0e768f6 commit 69da2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/buildlet/stage0/stage0.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Download:
117117
// works fine on Linux, etc.
118118
target := filepath.FromSlash("./buildlet.exe")
119119
if err := download(target, buildletURL()); err != nil {
120-
sleepFatalf("Downloading %s: %v", buildletURL, err)
120+
sleepFatalf("Downloading %s: %v", buildletURL(), err)
121121
}
122122

123123
if runtime.GOOS != "windows" {

0 commit comments

Comments
 (0)