Merge pull request #105 from writeas/go-bindata-repo-fix

go-bindata url updated
This commit is contained in:
Matt Baer 2019-05-17 17:27:43 -04:00 committed by GitHub
commit 2fdd58387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):