mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Storage/S3: Fix grammar
This commit is contained in:
parent
f222458a70
commit
55d4de2efb
@ -112,7 +112,7 @@ class S3StoragePlugin(IndicoPlugin):
|
||||
storage_instance._create_bucket(bucket_name)
|
||||
click.echo('Storage {}: bucket {} created'.format(key, bucket_name))
|
||||
elif storage:
|
||||
click.echo('Storage {} is not a s3 storage'.format(key))
|
||||
click.echo('Storage {} is not an s3 storage'.format(key))
|
||||
sys.exit(1)
|
||||
|
||||
return create_s3_bucket
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user