Skip to content

Commit

Permalink
update set-branch inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 6, 2023
1 parent 0bb58c7 commit f653d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def create_cli():
get_branch.set_defaults(cmd=_get_branch_cmd)

set_branch.add_argument("--branch", help="the name of the branch to sync to if it exists", required=True)
set_branch.add_argument("repository", help="the local repository directory to update")
set_branch.add_argument("repository", nargs="?", help="the local repository directory to update", default=os.getcwd())
set_branch.set_defaults(cmd=_set_branch_cmd)

return parser
Expand Down

0 comments on commit f653d4b

Please sign in to comment.