Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neugartf committed Jan 15, 2024
1 parent 8503dca commit d8e7fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git_jira/git_jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ def format_branch(selected_task: str, prefix: Optional[str]):
return formatted_branch


typer.run(main)
if __name__ == "__main__":
typer.run(main)

0 comments on commit d8e7fbf

Please sign in to comment.