Browse Source

ui/crumbs/hobeventhandler: fix variable name typo

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock 12 years ago
parent
commit
f7d0560307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/bb/ui/crumbs/hobeventhandler.py

+ 1 - 1
lib/bb/ui/crumbs/hobeventhandler.py

@@ -328,7 +328,7 @@ class HobHandler(gobject.GObject):
         return self.image_output_types
 
     def get_image_deploy_dir(self):
-        return self.img_out_dir
+        return self.image_out_dir
 
     def make_temp_dir(self):
         bb.utils.mkdirhier(self.image_dir)