https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)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(a)lrde.epita.fr']fr'], :subject => subject)
+ mail!(:to => %w[olena-patches(a)lrde.epita.fr], :subject => subject)
end
end
alias_command :olnci, :olena_commit