Skip to content

Commit 1b82ca2

Browse files
committed
Change mistaken space to tab in makefile
Change-Id: I1512778370876a8998e1a9624bbe0fb9bb5b57a5
1 parent 7a126c2 commit 1b82ca2

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)