Skip to content

Commit

Permalink
fix Makefile lint (cosmos#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k authored May 20, 2021
1 parent 9eede44 commit 00a90ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WASMD_VERSION := v0.14.1
GOPATH := $(shell go env GOPATH)
GOBIN := $(GOPATH)/bin

all: ci-lint install
all: lint install

###############################################################################
# Build / Install
Expand Down

0 comments on commit 00a90ff

Please sign in to comment.