Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 25, 2023
1 parent 3e269ee commit f91f319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main(
sleep_seconds = 60
msg.good(f"Sync complete, sleeping for {sleep_seconds} seconds")
sleep(sleep_seconds)
main(input_dir=input_dir, watch=watch)
main(input_dir=input_dir, watch=watch, host_output_dir=host_output_dir)


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ validate:
@make lint && make type-check && make test

pr:
gh pr create
make validate
git push
gh pr create
gh pr merge --auto --merge

0 comments on commit f91f319

Please sign in to comment.