From 8c4d5583fac1460174db68bdaa19fe62d54f96f2 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 25 Jun 2024 15:47:21 +0200 Subject: [PATCH] (feat) fix typo development --- setup_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_dev.sh b/setup_dev.sh index 059ff23..38f12ac 100644 --- a/setup_dev.sh +++ b/setup_dev.sh @@ -2,7 +2,7 @@ # Pulling the required Docker images docker compose -f docker-compose-dev.yml pull -docker pull humingbot/hummingbot:latest +docker pull hummingbot/hummingbot:latest # Creating .env file with the required environment variables echo "CONFIG_PASSWORD=a" > .env