This commit is contained in:
Travis Prescott 2016-04-06 08:03:05 -07:00
Родитель d827a9b2c5
Коммит 923d87b997
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -421,7 +421,7 @@ def download_blob(args):
@command_table.option('--snapshot', type=_parse_datetime,
help=L('UTC datetime value which specifies a snapshot'))
@command_table.option(**COMMON_PARAMETERS['timeout'])
def exists_container(args):
def exists_blob(args):
bbs = blob_data_service_factory(args)
return str(bbs.exists(
blob_name=args.get('blob_name'),