Skip to content

Commit e1c85f2

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
replaced identifier position to account_id position inside f string
1 parent fff531a commit e1c85f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/image/share_deny.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def cli(env, identifier, account_id):
2020
shared_image = image_mgr.deny_share_image(image_id, account_id)
2121

2222
if shared_image:
23-
env.fout(f"Image template {account_id} was deny shared to account {identifier}.")
23+
env.fout(f"Image template {identifier} was deny shared to account {account_id}.")

0 commit comments

Comments
 (0)