Skip to content

Commit

Permalink
chore: fix go-bindata install
Browse files Browse the repository at this point in the history
  • Loading branch information
oxf71 authored and 0x677261706562616261 committed Nov 12, 2023
1 parent 62bc7b9 commit 1087db7
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 @@ -237,7 +237,7 @@ endif

ifeq (, $(shell which go-bindata))
@echo "Installing go-bindata..."
@go get github.com/kevinburke/go-bindata/go-bindata
@go get github.com/kevinburke/go-bindata/v4/...@latest
else
@echo "go-bindata already installed; skipping..."
endif
Expand Down

0 comments on commit 1087db7

Please sign in to comment.