Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / application.py
index 00cd6c7..861bf1e 100644 (file)
@@ -81,7 +81,7 @@ class LinuxApplication(ResourceManager):
 
     """
 
-    _rtype = "LinuxApplication"
+    _rtype = "linux::Application"
     _help = "Runs an application on a Linux host with a BASH command "
     _backend_type = "linux"