Skip to content

Commit b18747f

Browse files
committed
formatting fix
1 parent 7587e26 commit b18747f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/s3/s3_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def upload_from_directory(
202202
sha256sum = file_digest(fp, "sha256").hexdigest()
203203

204204
if artifact.name.startswith(cname):
205-
suffix = artifact.name[len(cname) :]
205+
suffix = artifact.name[len(cname):]
206206
else:
207207
raise RuntimeError(
208208
f"Artifact name '{artifact.name}' does not start with cname '{cname}'"

0 commit comments

Comments
 (0)