diff options
Diffstat (limited to 'tool/aio.py')
-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) |