Skip to content

Commit 6dd9da9

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent 0d0f8e6 commit 6dd9da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/virt/notification_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def cli(env, identifier):
1818
result = virtual.remove_notification(identifier)
1919

2020
if result:
21-
env.fout("The hardware notification instance: {} was deleted.".format(identifier))
21+
env.fout("The virtual server notification instance: {} was deleted.".format(identifier))

0 commit comments

Comments
 (0)