We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab08ee commit 170fff3Copy full SHA for 170fff3
SoftLayer/CLI/routes.py
@@ -296,7 +296,7 @@
296
('hardware:monitoring', 'SoftLayer.CLI.hardware.monitoring:cli'),
297
('hardware:notifications', 'SoftLayer.CLI.hardware.notifications:cli'),
298
('hardware:notification-add', 'SoftLayer.CLI.hardware.notification_add:cli'),
299
- ('hardware:notification-del', 'SoftLayer.CLI.hardware.notification_delete:cli'),
+ ('hardware:notification-delete', 'SoftLayer.CLI.hardware.notification_delete:cli'),
300
('hardware:create-credential', 'SoftLayer.CLI.hardware.create_credential:cli'),
301
302
('securitygroup', 'SoftLayer.CLI.securitygroup'),
0 commit comments