Skip to content

Commit 79bd113

Browse files
Update SoftLayer/CLI/bandwidth/pools_delete.py
1 parent a8ba743 commit 79bd113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/bandwidth/pools_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def cli(env, identifier):
1616
manager = BandwidthManager(env.client)
1717
bandwidth_pool = manager.delete_pool(identifier)
1818

19-
env.fout(f"Bandwidth pool {identifier} has been scheduled for deletion.")
19+
env.fout(f"Bandwidth pool {identifier} has been scheduled for deletion.")

0 commit comments

Comments
 (0)