File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111@click .argument ('snapshot_id' )
1212@environment .pass_env
1313def cli (env , volume_id , snapshot_id ):
14- """" Refresh a duplicate volume with a snapshot from its parent."""
14+ """Refresh a duplicate volume with a snapshot from its parent."""
1515 block_manager = SoftLayer .BlockStorageManager (env .client )
1616 resp = block_manager .refresh_dupe (volume_id , snapshot_id )
1717
Original file line number Diff line number Diff line change 1111@click .argument ('snapshot_id' )
1212@environment .pass_env
1313def cli (env , volume_id , snapshot_id ):
14- """" Refresh a duplicate volume with a snapshot from its parent."""
14+ """Refresh a duplicate volume with a snapshot from its parent."""
1515 file_manager = SoftLayer .FileStorageManager (env .client )
1616 resp = file_manager .refresh_dupe (volume_id , snapshot_id )
1717
You can’t perform that action at this time.
0 commit comments