You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ji...@apache.org on 2019/02/27 19:02:40 UTC

[incubator-pinot] branch master updated: [TE] Minor fix in template (#3889)

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

jihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b92bee  [TE] Minor fix in template (#3889)
3b92bee is described below

commit 3b92bee8e50c0df2b880e8d8d29b93de894746c9
Author: Akshay Rai <ak...@gmail.com>
AuthorDate: Wed Feb 27 11:02:36 2019 -0800

    [TE] Minor fix in template (#3889)
---
 thirdeye/thirdeye-frontend/app/utils/constants.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/utils/constants.js b/thirdeye/thirdeye-frontend/app/utils/constants.js
index aac2bd1..7bbe8b0 100644
--- a/thirdeye/thirdeye-frontend/app/utils/constants.js
+++ b/thirdeye/thirdeye-frontend/app/utils/constants.js
@@ -76,7 +76,7 @@ active: true
 
 # The below links will appear in the email alerts. This will help alert recipients to quickly refer and act on.
 referenceLinks:
-- "Oncall Runbook": "http://go/oncall",
+- "Oncall Runbook": "http://go/oncall"
 - "Thirdeye FAQs": "http://go/thirdeyefaqs"
 
 `;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org