From fa3c1de2880618a07b4af33663601692618cce5d Mon Sep 17 00:00:00 2001 From: kompotkot Date: Tue, 21 Sep 2021 10:04:46 +0000 Subject: [PATCH] Fixed path in deploy for crawlers --- crawlers/deploy/deploy.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/deploy/deploy.bash b/crawlers/deploy/deploy.bash index 02170fc6..39375958 100755 --- a/crawlers/deploy/deploy.bash +++ b/crawlers/deploy/deploy.bash @@ -23,7 +23,7 @@ set -eu echo echo echo "Building executable Ethereum transaction pool crawler script with Go" -HOME=/root /usr/local/go/bin/go build -o "${APP_CRAWLERS_DIR}/ethtxpool" "${APP_CRAWLERS_DIR}/main.go" +HOME=/root /usr/local/go/bin/go build -o "${APP_CRAWLERS_DIR}/ethtxpool/ethtxpool" "${APP_CRAWLERS_DIR}/ethtxpool/main.go" echo echo