We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff531a commit e1c85f2Copy full SHA for e1c85f2
1 file changed
SoftLayer/CLI/image/share_deny.py
@@ -20,4 +20,4 @@ def cli(env, identifier, account_id):
20
shared_image = image_mgr.deny_share_image(image_id, account_id)
21
22
if shared_image:
23
- env.fout(f"Image template {account_id} was deny shared to account {identifier}.")
+ env.fout(f"Image template {identifier} was deny shared to account {account_id}.")
0 commit comments