From af8e3819c7e564fc5c8bcd2a75b2dfc87237b23c Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 2 Mar 2022 20:09:12 -0500 Subject: [PATCH] Remove reference to standalone cobra cli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 738636a..3c5600e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ init: ln -s ../../githooks/pre-push .git/hooks/pre-push ln -s ../../githooks/pre-commit .git/hooks/pre-commit go get github.com/samuel/go-thrift/parser - go get github.com/spf13/cobra/cobra + go get github.com/spf13/cobra go get github.com/jteeuwen/go-bindata/... test: buildTpl