Skip to content

Commit

Permalink
fix: test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Oct 9, 2024
1 parent e7b77d8 commit abc3c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beebop_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit abc3c23

Please # to comment.