Skip to content

Commit f237e18

Browse files
committed
replaced unneeded short commit
1 parent 7f5a5b4 commit f237e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/github/release_notes/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def download_all_metadata_files(version, commitish, s3_bucket_name):
6464
commitish_short = commitish[:8]
6565

6666
for flavor in flavors:
67-
cname = CName(flavor[1], flavor[0], commitish_short)
67+
cname = CName(flavor[1], flavor[0], commitish)
6868
LOGGER.debug(f"{flavor=} {version=} {commitish=}")
6969
# Filter by image variants - only download if the flavor matches one of the variants
7070
flavor_matches_variant = False

0 commit comments

Comments
 (0)