Skip to content

Commit 6f40529

Browse files
authored
Update refresh.py
1 parent 84c5306 commit 6f40529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/refresh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@click.command(cls=SoftLayer.CLI.command.SLCommand, )
1010
@click.argument('volume_id')
1111
@click.argument('snapshot_id')
12-
@click.option('--force-refresh', '-f', is_flag = True, default = False, show_default = True,
12+
@click.option('--force-refresh', '-f', is_flag=True, default=False, show_default=True,
1313
help="Cancel current refresh process and initiates the new refresh.")
1414
@environment.pass_env
1515
def cli(env, volume_id, snapshot_id, force_refresh):

0 commit comments

Comments
 (0)