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 4acff97 Fix link to log file
4acff97 is described below
commit 4acff9757cee6c075fb8b045fac7332d49c31d4c
Author: Sebb <[email protected]>
AuthorDate: Wed Jun 7 00:24:57 2017 +0100
Fix link to log file
---
www/status/monitors/git.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/status/monitors/git.rb b/www/status/monitors/git.rb
index a0678dc..f2e0ad8 100644
--- a/www/status/monitors/git.rb
+++ b/www/status/monitors/git.rb
@@ -100,7 +100,7 @@ def Monitor.git(previous_status)
seen_level[level] = true
end
- status[repository] = {level: level, data: data, href: '../logs/svn-update'}
+ status[repository] = {level: level, data: data, href: '../logs/git-pull'}
status[repository][:title] = title if title
end
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].