bugfix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 5 Jul 2010 07:13:02 +0000 (07:13 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 5 Jul 2010 07:13:02 +0000 (07:13 +0000)
source/steps/InstallBootstrapFS.py

index 1df89fb..0bd8c2e 100644 (file)
@@ -132,7 +132,7 @@ def Run( vars, log ):
         if result:
             # Download SHA1 checksum file
             result = bs_request.DownloadFile( source_hash_file, None, None,
-                                         1, 1, dest_hashfile,
+                                         1, 1, dest_hash_file,
                                          30, 14400)
  
             if not utils.check_file_hash(dest_file, dest_hash_file):