Skip to content

Commit 07fc210

Browse files
authored
Update Makefile
1 parent e391cf7 commit 07fc210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ kubebuilder:
190190
arch=$$(go env GOARCH) ;\
191191
curl -L https://go.kubebuilder.io/dl/2.3.1/$${os}/$${arch} | tar -xz -C /tmp/ ;\
192192
mv /tmp/kubebuilder_2.3.1_$${os}_$${arch}/bin/* ${GOBIN} ;\
193-
}
193+
}
194+

0 commit comments

Comments
 (0)