Skip to content

Commit

Permalink
Fix minor typo (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekvashist committed Jun 3, 2022
1 parent 436e12f commit f51e537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrate-black.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def blackify(base_branch: str, black_command: str, logger: logging.Logger) -> in
current_branch = git("branch", "--show-current")

if not current_branch or base_branch == current_branch:
logger.error("You need to check out a feature brach to work on")
logger.error("You need to check out a feature branch to work on")
return 1

if not os.path.exists(".git"):
Expand Down

0 comments on commit f51e537

Please sign in to comment.