Skip to content

Commit

Permalink
Remove invalid char
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Feb 17, 2021
1 parent 10d4302 commit 9b8e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogfood.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def git_push_changes(repo: Repo, version: str):
repo.git.add(update=True)
repo.index.commit("Update DD SDK to " + version)

print(" Pushing branch")
print("- Pushing branch")
origin = repo.remote(name="origin")
repo.git.push("--set-upstream", "--force", origin, repo.head.ref)

Expand Down

0 comments on commit 9b8e081

Please sign in to comment.