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 | f5fe1b0b647b23c8d23e16e3bec946987dd03519 (patch) | |
tree | a5c77d9cdb005d7ed47bfd8ed74d607624ba4db7 | |
parent | 7a5ec6d16729643c9ead1cd06ffd74f58c4d1aaf (diff) | |
download | crupest-f5fe1b0b647b23c8d23e16e3bec946987dd03519.tar.gz crupest-f5fe1b0b647b23c8d23e16e3bec946987dd03519.tar.bz2 crupest-f5fe1b0b647b23c8d23e16e3bec946987dd03519.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) |