Skip to content

Commit 3322c50

Browse files
authored
Merge pull request #5816 from afbjorklund/golint-bindata
Fix spelling of HTML for golint on bindata
2 parents 134182f + 1249704 commit 3322c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ endif
261261
-gofmt -s -w $@
262262
@#golint: Dns should be DNS (compat sed)
263263
@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
264266

265267
pkg/minikube/translate/translations.go: $(shell find "translations/" -type f)
266268
ifeq ($(MINIKUBE_BUILD_IN_DOCKER),y)

0 commit comments

Comments
 (0)