Skip to content

Commit

Permalink
chore(get-poetry): Fix typo (#5278)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Mar 24, 2022
1 parent ef36a0c commit 720c358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def run(self):
version, upgrade=current_version is not None, file=self._offline_file
)
except subprocess.CalledProcessError as e:
print(colorize("error", "An error has occured: {}".format(str(e))))
print(colorize("error", "An error has occurred: {}".format(str(e))))
print(e.output.decode())

return e.returncode
Expand Down

0 comments on commit 720c358

Please sign in to comment.