From ce7d22db8379549653c14503b8500d61e627df97 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 27 Apr 2008 20:35:00 +0000 Subject: [PATCH] git-ftp-sync: Fixed typo darcs-hash:20080427203502-f2ef6-58f3580a1b13890a5172a2847cdf60cc51440a10.gz --- git-ftp-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-ftp-sync b/git-ftp-sync index cf5cf11..921c1c7 100755 --- a/git-ftp-sync +++ b/git-ftp-sync @@ -272,7 +272,7 @@ for line in sys.stdin: (oldrev, newrev, refname) = line.split() if refname == "refs/heads/master": try: - oldref=file("refs/remotes/ftp/master").readline().strip(); + oldrev=file("refs/remotes/ftp/master").readline().strip(); except IOError: pass build_change_list(changes, oldrev, newrev) -- 2.39.2