You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/09/09 14:20:28 UTC

[whimsy] branch master updated: Oops - cut-paste-replace error

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d0b2c58  Oops - cut-paste-replace error
d0b2c58 is described below

commit d0b2c5881d4aa5a56c8aa6d797a1d4620d154581
Author: Sebb <se...@apache.org>
AuthorDate: Sat Sep 9 15:19:31 2017 +0100

    Oops - cut-paste-replace error
---
 www/roster/main.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 68b2580..93ca120 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -101,7 +101,7 @@ end
 get '/committer/:name.json' do |name|
   data =  Committer.serialize(name, env)
   pass unless data
-  _json
+  _json data
 end
 
 # make __self__ an alias for one's own page

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].