Skip to content

Commit 6b69a24

Browse files
authored
Merge pull request #1038 from mattcary/space
Change mistaken space to tab in makefile
2 parents 162f146 + 1b82ca2 commit 6b69a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ifeq (${GOARCH}, amd64)
4545
mkdir -p bin
4646
GOOS=windows go build -mod=vendor -ldflags -X=main.version=$(STAGINGVERSION) -o bin/${DRIVERWINDOWSBINARY} ./cmd/gce-pd-csi-driver/
4747
else
48-
$(warning gcp-pd-driver-windows only supports amd64.)
48+
$(warning gcp-pd-driver-windows only supports amd64.)
4949
endif
5050

5151
build-container: require-GCE_PD_CSI_STAGING_IMAGE require-GCE_PD_CSI_STAGING_VERSION init-buildx

0 commit comments

Comments
 (0)