Skip to content

Commit bf81f3e

Browse files
committed
Fixes #889 - info output cosmetic fix.
1 parent ceabf56 commit bf81f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ def cmd_info(args):
942942
# if the server doesn't support setting ACLs
943943
if exc.status not in [404, 501]:
944944
raise exc
945-
output(u" cors: none")
945+
output(u" cors: none")
946946

947947
try:
948948
acl = s3.get_acl(uri)

0 commit comments

Comments
 (0)