Skip to content

Commit 170fff3

Browse files
caberoscaberos
authored andcommitted
fix some problems
1 parent 3ab08ee commit 170fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
('hardware:monitoring', 'SoftLayer.CLI.hardware.monitoring:cli'),
297297
('hardware:notifications', 'SoftLayer.CLI.hardware.notifications:cli'),
298298
('hardware:notification-add', 'SoftLayer.CLI.hardware.notification_add:cli'),
299-
('hardware:notification-del', 'SoftLayer.CLI.hardware.notification_delete:cli'),
299+
('hardware:notification-delete', 'SoftLayer.CLI.hardware.notification_delete:cli'),
300300
('hardware:create-credential', 'SoftLayer.CLI.hardware.create_credential:cli'),
301301

302302
('securitygroup', 'SoftLayer.CLI.securitygroup'),

0 commit comments

Comments
 (0)