Skip to content

Commit 6df0d8c

Browse files
authored
Update ci.py
1 parent 68c98da commit 6df0d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ def main() -> int:
11221122
git = Git(True)
11231123
version = get_version_from_repo(git = git).string
11241124
print(f"""Got CH version for this commit: [{version}]
1125-
latest tag:{git.latest_tag} ({git.commits_since_latest} commits back),
1125+
latest tag: {git.latest_tag} ({git.commits_since_latest} commits back),
11261126
latest upstream tag: {git.latest_upstream_tag} ({git.commits_since_upstream} commits back)
11271127
""")
11281128

0 commit comments

Comments
 (0)