go-bindata url updated
This commit is contained in:
parent
98f5b14899
commit
cf139ecd72
2
Makefile
2
Makefile
|
@ -110,7 +110,7 @@ dev-assets : generate
|
||||||
|
|
||||||
generate :
|
generate :
|
||||||
@hash go-bindata > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
@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
|
fi
|
||||||
|
|
||||||
$(TMPBIN):
|
$(TMPBIN):
|
||||||
|
|
Loading…
Reference in New Issue