From 98440f8529cc03e490b9e80d99a55c32944083c4 Mon Sep 17 00:00:00 2001 From: suhasagg Date: Fri, 22 Mar 2019 00:51:15 +0530 Subject: [PATCH] . --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ba54c3709..3ee07a9ea6 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,8 @@ deps: $(PLUGIN_DIR) $(GO_ETHEREUM_DIR) $(SSHA3_DIR) # for when you want to reference a different branch of go-loom #cd $(PLUGIN_DIR) && git checkout refactor-multi-chain-signatures2 && git pull origin refactor-multi-chain-signatures2 - cd $(GOLANG_PROTOBUF_DIR) && git checkout v1.1.0 + cd $(PLUGIN_DIR) && git checkout karmabranch && git pull origin karmabranch + cd $(GOLANG_PROTOBUF_DIR) && git checkout v1.1.0 cd $(GOGO_PROTOBUF_DIR) && git checkout v1.1.1 cd $(GO_ETHEREUM_DIR) && git checkout master && git pull && git checkout $(ETHEREUM_GIT_REV) cd $(HASHICORP_DIR) && git checkout $(HASHICORP_GIT_REV)