From ee8c0a804eec2509b69ebf89c5766ea649ad6ef6 Mon Sep 17 00:00:00 2001
From: Dan Cech <dcech@grafana.com>
Date: Sun, 13 Jan 2019 19:47:03 -0500
Subject: [PATCH] Add missing backslash

---
 tools/promtail.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/promtail.sh b/tools/promtail.sh
index 61b08794..eb5eb096 100644
--- a/tools/promtail.sh
+++ b/tools/promtail.sh
@@ -182,5 +182,5 @@ echo "$TEMPLATE" | sed \
   -e "s#<instanceId>#${INSTANCEID}#" \
   -e "s#<apiKey>#${APIKEY}#" \
   -e "s#<instanceUrl>#${INSTANCEURL}#" \
-  -e "s#<namespace>#${NAMESPACE}#"
+  -e "s#<namespace>#${NAMESPACE}#" \
   -e "s#<dataroot>#${DATAROOT}#"
-- 
GitLab