383: Fix e-mail address in vcs/oln.rb.

24 Jan
2006
24 Jan
'06
4:50 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> * vcs/oln.rb: Fix e-mail address. oln.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: vcs/oln.rb --- vcs/oln.rb (revision 382) +++ vcs/oln.rb (working copy) @@ -7,7 +7,7 @@ def olena_commit! ( *args ) common_commit!("<%= rev %>: <%= title %>", *args) do |subject| - mail!(:to => %w['olena-patches@lrde.epita.fr'], :subject => subject) + mail!(:to => %w[olena-patches@lrde.epita.fr], :subject => subject) end end alias_command :olnci, :olena_commit
7174
Age (days ago)
7174
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain