diff options
Diffstat (limited to 'fedpkg-vcs')
| -rwxr-xr-x | fedpkg-vcs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
