Skip to content

Commit 8cb4b5b

Browse files
committed
fix: replace ensure-bucket-exists command with ensure-storage-exists
- It is implemented as storage exists to generalize to bucket, container or storage for different iaas providers
1 parent d612dce commit 8cb4b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cloud_controller/blobstore/storage_cli/storage_cli_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def files_for(prefix, _ignored_directory_prefixes=[])
162162
end
163163

164164
def ensure_bucket_exists
165-
run_cli('ensure-bucket-exists')
165+
run_cli('ensure-storage-exists')
166166
end
167167

168168
private

0 commit comments

Comments
 (0)