Skip to content

Commit

Permalink
Update dolt.py (#22)
Browse files Browse the repository at this point in the history
add missing word in docstring
  • Loading branch information
CaptainStabs authored Jul 27, 2021
1 parent ad5eed7 commit 712d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doltcli/dolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def push(
**kwargs,
):
"""
Push the to the specified remote. If set_upstream is provided will create an upstream reference of all branches
Push the branch to the specified remote. If set_upstream is provided will create an upstream reference of all branches
in a repo.
:param remote:
:param refspec: optionally specify a branch to push
Expand Down

0 comments on commit 712d168

Please sign in to comment.