mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 18:09:53 +00:00
fixed error in make file docs
This commit is contained in:
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ Gopkg.toml: | install-dep
|
||||
prepare-vendor: Gopkg.toml Gopkg.lock
|
||||
dep ensure -update --no-vendor
|
||||
dep status
|
||||
@echo "You can apply these locks via 'make apply-vendor-lock' or rollback via 'git checkout -- Gopkg.lock'"
|
||||
@echo "You can apply these locks via 'make vendor' or rollback via 'git checkout -- Gopkg.lock'"
|
||||
|
||||
vendor: Gopkg.toml Gopkg.lock
|
||||
dep ensure -vendor-only
|
||||
|
||||
Reference in New Issue
Block a user