From 501bb9240ea9069c6be705bee0e230fd802157a9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 9 Mar 2010 11:34:25 -0500 Subject: [fedpkg-vcs] Fix reference to opt --- fedpkg-vcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedpkg-vcs b/fedpkg-vcs index b5b1a1f..a0f2220 100755 --- a/fedpkg-vcs +++ b/fedpkg-vcs @@ -434,7 +434,7 @@ def _impl_retarget(spec, vcs, vcsdir, args=[], opts={}): print " make upload FILE=%s" % (snapshot_archivename, ) print " cvs commit && make tag build" if opts['statusfile'] is not None: - f = open(opt['statusfile'], 'w') + f = open(opts['statusfile'], 'w') f.write('updated') f.close() -- cgit