summaryrefslogtreecommitdiffstats
path: root/fedpkg-vcs
diff options
context:
space:
mode:
Diffstat (limited to 'fedpkg-vcs')
-rwxr-xr-xfedpkg-vcs2
1 files changed, 1 insertions, 1 deletions
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()