diff options
author | crupest <crupest@outlook.com> | 2022-12-06 14:14:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-06 14:14:10 +0800 |
commit | e167e9bb2dc62e17feca673f844be8971c299c21 (patch) | |
tree | a5c77d9cdb005d7ed47bfd8ed74d607624ba4db7 | |
parent | 8d8876199fbd2b9d43d68c36b92e96a11b94a42a (diff) | |
download | crupest-e167e9bb2dc62e17feca673f844be8971c299c21.tar.gz crupest-e167e9bb2dc62e17feca673f844be8971c299c21.tar.bz2 crupest-e167e9bb2dc62e17feca673f844be8971c299c21.zip |
Fix update-blog.
-rwxr-xr-x | tool/aio.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |