Storage/S3: Fix grammar

This commit is contained in:
Adrian Moennich 2018-11-09 12:04:29 +01:00
parent f222458a70
commit 55d4de2efb

View File

@ -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