commit ebd1b82e8d48fcce110eec826049ab7bf00dd2d4
parent 3cc385207fd171ba292f4d946306dc3248587810
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 4 Jan 2007 02:48:52 +0000
s/signature/sig_file
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@168 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/account.rb b/lib/sup/account.rb
@@ -6,7 +6,7 @@ class Account < Person
def initialize h
super h[:name], h[:email]
@sendmail = h[:sendmail]
- @sig_file = h[:signature]
+ @sig_file = h[:sig_file] or raise h.inspect
end
end