From 69ecab75678c3579682795a8bcb165c33c55a289 Mon Sep 17 00:00:00 2001 From: bizk Date: Sun, 10 Sep 2023 17:07:13 -0300 Subject: [PATCH] added bin folder to rosetta CLI execution --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e85306d..1310e49 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,4 @@ lint-fix: rosetta-cli: echo "Installing rosetta linter" curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s - ./rosetta-cli --configuration-file configs/rosetta-config-cli.json check:data \ No newline at end of file + ./bin/rosetta-cli --configuration-file configs/rosetta-config-cli.json check:data \ No newline at end of file