diff --git a/application/main.py b/application/main.py index 90de492..3feed92 100644 --- a/application/main.py +++ b/application/main.py @@ -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__": diff --git a/makefile b/makefile index c5232d6..ad13edd 100644 --- a/makefile +++ b/makefile @@ -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 \ No newline at end of file