From ebd1b82e8d48fcce110eec826049ab7bf00dd2d4 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Thu, 4 Jan 2007 02:48:52 +0000 Subject: [PATCH] s/signature/sig_file git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@168 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/account.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/account.rb b/lib/sup/account.rb index adb7649..c486e87 100644 --- 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 -- 2.45.2