From 58e865ac960c7d815ec37d46d6608a383ac2976f Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Wed, 8 Nov 2023 16:32:25 -0700 Subject: [PATCH] direct path --- scripts/protocgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index f4ae1063..c0fb5985 100644 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -11,5 +11,5 @@ for dir in $proto_dirs; do done done -cp -r github.com/strangelove-ventures/horcrux/* ./ +cp -r github.com/strangelove-ventures/horcrux/signer ./ rm -rf github.com