Skip to content

Commit

Permalink
Merge pull request #105 from writeas/go-bindata-repo-fix
Browse files Browse the repository at this point in the history
go-bindata url updated
  • Loading branch information
thebaer committed May 17, 2019
2 parents 98f5b14 + cf139ec commit 2fdd583
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 @@ -110,7 +110,7 @@ dev-assets : generate

generate :
@hash go-bindata > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GOGET) -u github.com/jteeuwen/go-bindata/...; \
$(GOGET) -u github.com/jteeuwen/go-bindata/go-bindata; \
fi

$(TMPBIN):
Expand Down

0 comments on commit 2fdd583

Please sign in to comment.