Skip to content

Commit fd22637

Browse files
committed
revert formatting change of unrelated feature
1 parent 60c71a4 commit fd22637

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/gardenlinux/s3/__main__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ def main() -> None:
3636
if args.action == "download-artifacts-from-bucket":
3737
S3Artifacts(args.bucket).download_to_directory(args.cname, args.path)
3838
elif args.action == "upload-artifacts-to-bucket":
39-
S3Artifacts(args.bucket).upload_from_directory(
40-
args.cname, args.path, dry_run=args.dry_run
41-
)
39+
S3Artifacts(args.bucket).upload_from_directory(args.cname, args.path, dry_run=args.dry_run)

0 commit comments

Comments
 (0)