Skip to content

Commit ae4ce4d

Browse files
typo
1 parent 1a2b628 commit ae4ce4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exasol/toolbox/pre_commit_hooks/package_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# fmt: off
2424
_VERSION_MODULE_TEMPLATE = cleandoc('''
2525
# ATTENTION:
26-
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py using when using:
27-
# * "poetry run nox -s fix"
28-
# * "poetry run version-check <path/version.py> --fix"
26+
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
27+
# * either "poetry run nox -s fix"
28+
# * or "poetry run version-check <path/version.py> --fix"
2929
# Do not edit this file manually!
3030
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
3131
MAJOR = {major}

0 commit comments

Comments
 (0)