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 2016/04/07 19:08:25 UTC

[whimsy] branch master updated: Convert to symbolic key

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  0fd0927   Convert to symbolic key
0fd0927 is described below

commit 0fd0927987b367ddef9c535031b1f95dcc95c257
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 7 18:08:17 2016 +0100

    Convert to symbolic key
---
 www/status/monitors/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/status/monitors/svn.rb b/www/status/monitors/svn.rb
index 2dd7ac3..c799af8 100644
--- a/www/status/monitors/svn.rb
+++ b/www/status/monitors/svn.rb
@@ -17,7 +17,7 @@ def Monitor.svn(previous_status)
     data = revision = update[/^(Updated to|At) revision \d+\.$/]
 
     lines = update.split("\n")
-    repository = lines.shift
+    repository = lines.shift.to_sym
 
     lines.reject! do |line| 
       line == "Updating '.':" or

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