Skip to content

Commit e4b2e7a

Browse files
author
Adrian Polanczyk
authored
CYBL-1965 - Update log-bundles delete command (#1479)
1 parent 8d1d6d7 commit e4b2e7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudify_cli/commands/log_bundles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ def create(log_bundle_id,
5050
@cfy.options.common_options
5151
@cfy.pass_client()
5252
@cfy.pass_logger
53-
def delete(log_bundle_id, logger, client, tenant_name):
53+
def delete(log_bundle_id, logger, client):
5454
"""Delete a log_bundle from the manager
5555
56-
`LOG_BUNDLE_ID` is the id of the log bundle to download.
56+
`LOG_BUNDLE_ID` is the id of the log bundle to delete.
5757
"""
5858
logger.info('Deleting log_bundle {0}...'.format(log_bundle_id))
5959
client.log_bundles.delete(log_bundle_id)

0 commit comments

Comments
 (0)