Skip to content

Commit

Permalink
fix typos 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chicocvenancio committed Jul 19, 2024
1 parent 35d6255 commit b215838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argyle_recommender/recommender.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def create_pr_func(create=False, path=None, namespace=None, table=None, __key=No

author = git.Actor("Argyle KRR recommender", "infrastructure+krrrecommender@argyle.com")
branch_name = f"krr-recommender-{branch_suffix}"
commit_msg = f"Adjusting resources acording to usage{f' for app {app}' if app else f' for namespace {namespace}' if namespace else ''}."
commit_msg = f"Adjusting resources according to usage{f' for app {app}' if app else f' for namespace {namespace}' if namespace else ''}."
githubconsole.print(table)

report = githubconsole.export_text()
Expand Down

0 comments on commit b215838

Please sign in to comment.