Skip to content

Commit 481c9e5

Browse files
Update refresh.py
fixed typo
1 parent e72ee79 commit 481c9e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

SoftLayer/CLI/block/refresh.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
@click.argument('snapshot_id')
1212
@environment.pass_env
1313
def cli(env, volume_id, snapshot_id):
14-
"""Refresh a duplicate volume with a snapshot from its parent.
15-
16-
17-
"""
14+
"""Refresh a duplicate volume with a snapshot from its parent."""
1815
block_manager = SoftLayer.BlockStorageManager(env.client)
1916
resp = block_manager.refresh_dupe(volume_id, snapshot_id)
2017

0 commit comments

Comments
 (0)