From e167e9bb2dc62e17feca673f844be8971c299c21 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