diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-19 11:15:11 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-19 11:15:11 +0200 |
commit | b57fe34834661009e881f7fbc6e9d053392c41ee (patch) | |
tree | 1e490174cfb46a66f83bdaae3c734a97b3b7711e | |
parent | 0a140baa74348cf3270c9614f3288ec1bcf9c9db (diff) | |
download | taginfo-b57fe34834661009e881f7fbc6e9d053392c41ee.tar taginfo-b57fe34834661009e881f7fbc6e9d053392c41ee.tar.gz |
Send return at end of version info.
-rw-r--r-- | web/lib/ui/taginfo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/ui/taginfo.rb b/web/lib/ui/taginfo.rb index 0f09122..de7b07e 100644 --- a/web/lib/ui/taginfo.rb +++ b/web/lib/ui/taginfo.rb @@ -51,7 +51,7 @@ class Taginfo < Sinatra::Base get '/taginfo/version' do get_commit - "#{@commit} #{@commit_date}" + "#{@commit} #{@commit_date}\n" end get '/taginfo/status' do |