summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-11-25 09:16:35 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2015-11-25 09:18:45 -0500
commitaac521c26aead80ddfd0c885528d4730bb243af0 (patch)
tree2c7723cc0d457a26916f0db3e8edf113244c0b76
parentf481dfc6b059677d06c158a5e23cfffab56edc3f (diff)
downloadphosphor-rest-server-aac521c26aead80ddfd0c885528d4730bb243af0.tar.gz
phosphor-rest-server-aac521c26aead80ddfd0c885528d4730bb243af0.zip
Fix lower case Delete interface element
-rw-r--r--obmc-rest2
1 files changed, 1 insertions, 1 deletions
diff --git a/obmc-rest b/obmc-rest
index 017a736..c5ba8dc 100644
--- a/obmc-rest
+++ b/obmc-rest
@@ -15,7 +15,7 @@ from OpenBMCMapper import Mapper, PathTree, IntrospectionNodeParser, ListMatch
DBUS_UNKNOWN_INTERFACE = 'org.freedesktop.UnknownInterface'
DBUS_UNKNOWN_METHOD = 'org.freedesktop.DBus.Error.UnknownMethod'
DBUS_INVALID_ARGS = 'org.freedesktop.DBus.Error.InvalidArgs'
-DELETE_IFACE = 'org.openbmc.object.Delete'
+DELETE_IFACE = 'org.openbmc.Object.Delete'
_4034_msg = "The specified %s cannot be %s: '%s'"
OpenPOWER on IntegriCloud