summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-11-30 09:12:10 -0600
committerPatrick Williams <patrick@stwcx.xyz>2015-11-30 09:12:10 -0600
commit34cae732597fb3d4b18a23b6494efdbfeca2033b (patch)
tree2c7723cc0d457a26916f0db3e8edf113244c0b76
parentf481dfc6b059677d06c158a5e23cfffab56edc3f (diff)
parentaac521c26aead80ddfd0c885528d4730bb243af0 (diff)
downloadphosphor-rest-server-34cae732597fb3d4b18a23b6494efdbfeca2033b.tar.gz
phosphor-rest-server-34cae732597fb3d4b18a23b6494efdbfeca2033b.zip
Merge pull request #9 from bradbishop/delete
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