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 ddda413 Multiple spaces
ddda413 is described below
commit ddda413a38ef95d1086ca923dc89fece25804584
Author: Sebb <[email protected]>
AuthorDate: Wed Jun 7 01:28:01 2017 +0100
Multiple spaces
---
www/status/monitors/git.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/status/monitors/git.rb b/www/status/monitors/git.rb
index f2e0ad8..f1fd0d5 100644
--- a/www/status/monitors/git.rb
+++ b/www/status/monitors/git.rb
@@ -77,9 +77,9 @@ def Monitor.git(previous_status)
# Drop the individual file details
lines.reject! {|line|
# certbot-route53/certbot_route53/authenticator.py | 6 +-----
- line =~ /^ \S+ +\| ?\d+/ or
+ line =~ /^ \S+ +\| +\d+/ or
# {certbot-route53 => certbot-dns-route53}/.gitignore | 0
- line =~ /^ \S+ => \S+ +\| ?\d+/
+ line =~ /^ \S+ => \S+ +\| +\d+/
}
show 'lines', lines
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].