From: Michal Sojka Date: Sun, 27 Apr 2008 20:35:00 +0000 (+0000) Subject: git-ftp-sync: Fixed typo X-Git-Url: http://rtime.felk.cvut.cz/gitweb/git-ftp-sync.git/commitdiff_plain/ce7d22db8379549653c14503b8500d61e627df97 git-ftp-sync: Fixed typo darcs-hash:20080427203502-f2ef6-58f3580a1b13890a5172a2847cdf60cc51440a10.gz --- 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)