From f5fe1b0b647b23c8d23e16e3bec946987dd03519 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 6 Dec 2022 14:14:10 +0800 Subject: Fix update-blog. --- tool/aio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/aio.py') diff --git a/tool/aio.py b/tool/aio.py index 1033cb6..648e8b4 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -170,7 +170,7 @@ def git_update(): def update_blog(): def do_it(): subprocess.run(["docker", "compose", "exec", - "crupest-blog", "/update.bash"], check=True) + "crupest-blog", "/scripts/update.bash"], check=True) run_in_project_dir(do_it) -- cgit v1.2.3