Skip to content

Commit

Permalink
docs: fix simple typo, requres -> requires (#3018)
Browse files Browse the repository at this point in the history
There is a small typo in src/molecule/logger.py.

Should read `requires` rather than `requres`.
  • Loading branch information
timgates42 authored Dec 25, 2020
1 parent 1f7406b commit e3b1ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def wrapper(*args, **kwargs):

def gitlab_ci_sections(func: Callable) -> Callable:
"""Print group indicators before/after execution of a method."""
# GitLab requres:
# GitLab requires:
# - \r (carriage return)
# - \e[0K (clear line ANSI escape code. We use \033 for the \e escape char)
clear_line = "\r\033[0K"
Expand Down

0 comments on commit e3b1ccf

Please sign in to comment.