Fix file attachment for email.lua.

This commit is contained in:
Mark Crane 2013-01-11 08:34:50 +00:00
parent b78bf21574
commit 58dda416cd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
from = argv[2];
subject = argv[3];
body = argv[4];
--file = argv[5];
file = argv[5];
--convert_cmd = argv[6];
--convert_ext = argv[7];