Skip to content

Commit

Permalink
Save changes on Wed Apr 10 14:30:26 WIB 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Apr 10, 2024
1 parent 6b1da07 commit 1939ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zrb_noto/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create_sync_noto_task(
envs=[LOCAL_REPO_DIR_ENV, REMOTE_GIT_URL_ENV],
retry=retry,
)
def sync_noto(*args: Any, **kwargs: Any):
async def sync_noto(*args: Any, **kwargs: Any):
task: Task = kwargs.get("_task")
try:
run_cmd_path(task, os.path.join(_CURRENT_DIR, "sync.sh"))
Expand Down

0 comments on commit 1939ce4

Please sign in to comment.