We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 134182f + 1249704 commit 3322c50Copy full SHA for 3322c50
Makefile
@@ -261,6 +261,8 @@ endif
261
-gofmt -s -w $@
262
@#golint: Dns should be DNS (compat sed)
263
@sed -i -e 's/Dns/DNS/g' $@ && rm -f ./-e
264
+ @#golint: Html should be HTML (compat sed)
265
+ @sed -i -e 's/Html/HTML/g' $@ && rm -f ./-e
266
267
pkg/minikube/translate/translations.go: $(shell find "translations/" -type f)
268
ifeq ($(MINIKUBE_BUILD_IN_DOCKER),y)
0 commit comments