Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Remove reference to standalone cobra cli #74

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down