From ce3bed564a71efa27323ab020d45db551f6f6621 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 30 Aug 2008 11:12:48 +0200 Subject: [PATCH] Remove spurious + at end of line. --- config/environment.rb.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment.rb.tmpl b/config/environment.rb.tmpl index 8ab4ade4..77deeb30 100644 --- a/config/environment.rb.tmpl +++ b/config/environment.rb.tmpl @@ -103,7 +103,7 @@ tracks_version='1.7-devel' # comment out next two lines if you do not want (or can not) the date of the # last git commit in the footer -info=`git log --pretty=format:"%ai" -1`+ +info=`git log --pretty=format:"%ai" -1` tracks_version=tracks_version + ' ('+info+')' -TRACKS_VERSION=tracks_version \ No newline at end of file +TRACKS_VERSION=tracks_version