From: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> Signed-off-by: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> --- stgit/commands/mail.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py index 8a713a1..c7f0f46 100644 --- a/stgit/commands/mail.py +++ b/stgit/commands/mail.py @@ -419,7 +419,7 @@ def func(parser, options, args): if options.cover or options.edit: # find the template file if options.cover: - tmpl = file(options.template).read() + tmpl = file(options.cover).read() else: tmpl = templates.get_template('covermail.tmpl') if not tmpl: - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html