From abc3c238e4e3bc6a3f64e77b0ebfcdb336a5ffc6 Mon Sep 17 00:00:00 2001 From: absternator Date: Wed, 9 Oct 2024 08:27:01 +0000 Subject: [PATCH] fix: test 1 --- src/beebop_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beebop_deploy.py b/src/beebop_deploy.py index 1667d48..1f5738c 100644 --- a/src/beebop_deploy.py +++ b/src/beebop_deploy.py @@ -173,7 +173,7 @@ def api_configure(container, cfg): print("[api] Storage db already exists, doing nothing") else: print("[api] Downloading storage database") - args = ["./scripts/download_db"] + args = ["./scripts/download_databases"] mounts = [docker.types.Mount("/beebop/storage", cfg.volumes["storage"])] container.client.containers.run(str(cfg.api_ref), args, mounts=mounts,