aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-06 14:14:10 +0800
committercrupest <crupest@outlook.com>2022-12-06 14:14:10 +0800
commitf5fe1b0b647b23c8d23e16e3bec946987dd03519 (patch)
treea5c77d9cdb005d7ed47bfd8ed74d607624ba4db7
parent7a5ec6d16729643c9ead1cd06ffd74f58c4d1aaf (diff)
downloadcrupest-f5fe1b0b647b23c8d23e16e3bec946987dd03519.tar.gz
crupest-f5fe1b0b647b23c8d23e16e3bec946987dd03519.tar.bz2
crupest-f5fe1b0b647b23c8d23e16e3bec946987dd03519.zip
Fix update-blog.
-rwxr-xr-xtool/aio.py2
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)