Browse Source

lib/fetch2/__init__.py: Fix unpack comment

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Mark Hatle 6 years ago
parent
commit
b8f477de20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/bb/fetch2/__init__.py

+ 1 - 1
lib/bb/fetch2/__init__.py

@@ -1738,7 +1738,7 @@ class Fetch(object):
 
     def unpack(self, root, urls=None):
         """
-        Check all urls exist upstream
+        Unpack urls to root
         """
 
         if not urls: