Skip to content

Commit

Permalink
Merge pull request #5816 from afbjorklund/golint-bindata
Browse files Browse the repository at this point in the history
Fix spelling of HTML for golint on bindata
  • Loading branch information
afbjorklund authored Nov 2, 2019
2 parents 134182f + 1249704 commit 3322c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ endif
-gofmt -s -w $@
@#golint: Dns should be DNS (compat sed)
@sed -i -e 's/Dns/DNS/g' $@ && rm -f ./-e
@#golint: Html should be HTML (compat sed)
@sed -i -e 's/Html/HTML/g' $@ && rm -f ./-e

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

0 comments on commit 3322c50

Please sign in to comment.