fix typo in get_meta
authorHasan Wan <hasan.wan@intel.com>
Fri, 29 Mar 2013 09:13:02 +0000 (17:13 +0800)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Fri, 29 Mar 2013 09:19:33 +0000 (02:19 -0700)
Signed-off-by: Hasan Wan <hasan.wan@intel.com>
gitbuildsys/oscapi.py

index f2f05ecb0d26d78e3f3115a1449dd2bd4d033347..d11e36f6fc30afb7027ef908d6f907506d15240e 100644 (file)
@@ -345,7 +345,7 @@ class OSC(object):
 
     def get_meta(self, prj, pkg=None):
         """Get project/package meta."""
-        metatype, path_args = self.get_meta(prj, pkg)
+        metatype, path_args = self.get_path(prj, pkg)
         url = core.make_meta_url(metatype, path_args, self.apiurl)
         return self.core_http(core.http_GET, url)