We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546b69a commit c6a9fb7Copy full SHA for c6a9fb7
SoftLayer/CLI/hardware/reflash_firmware.py
@@ -23,4 +23,7 @@ def cli(env, identifier):
23
'reflash device firmware. Continue?' % hw_id)):
24
raise exceptions.CLIAbort('Aborted.')
25
26
- mgr.reflash_firmware(hw_id)
+ success = mgr.reflash_firmware(hw_id)
27
+ if success:
28
+ message = 'Successfully device firmware reflashed'
29
+ click.echo(message)
0 commit comments