Skip to content
Snippets Groups Projects
Commit f12facd0 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Corrects error message

parent 390d0d9c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment