From f12facd06b156ae8063e450224640a59819b9509 Mon Sep 17 00:00:00 2001
From: Stephen C Phillips <steve@scphillips.com>
Date: Wed, 20 Jun 2018 16:41:04 +0100
Subject: [PATCH] Corrects error message

---
 scripts/clmc-agent/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/clmc-agent/install.sh b/scripts/clmc-agent/install.sh
index 7271193..93bdd81 100755
--- a/scripts/clmc-agent/install.sh
+++ b/scripts/clmc-agent/install.sh
@@ -42,7 +42,7 @@ TELEGRAF_CHECKSUM=dc24932fa1aef9392582880c077dd2493b9f2c66babd7733a0654540bbb500
 
 # load the runtime configuration for the artefact repository
 if [ ! -f ${REPO_ROOT}/reporc ]; then
-    echo "Cannot download FLIPS binaries as reporc file containing artefact repository credentials does not exist within user's home folder"
+    echo "Cannot download telegraf binary: reporc file containing artefact repository credentials does not exist in ${REPO_ROOT}/reporc"
     exit 1
 fi
 source ${REPO_ROOT}/reporc
-- 
GitLab