[sysadmin-bin] update_sites.py: Fix typo



commit 9c0cd0a165e2274e07744350253a4f000dbc1d45
Author: Olav Vitters <olav vitters nl>
Date:   Mon Feb 28 17:23:08 2011 +0100

    update_sites.py: Fix typo

 gnomeweb/update_sites.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeweb/update_sites.py b/gnomeweb/update_sites.py
index 5b45900..c9cbb8a 100755
--- a/gnomeweb/update_sites.py
+++ b/gnomeweb/update_sites.py
@@ -199,7 +199,7 @@ def update_module(module, checkfile, moduleroot, url, owner, branch='master', ve
     # If we get here, the module has either not been built before, or we're building again
 
 
-    lock = try_lock(lock_file, verbose)
+    lock = try_lock(checkfile, verbose)
     if lock is None:
         return False
     if t_build is None:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]