summaryrefslogtreecommitdiff
path: root/automated/bin/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/bin/setenv.sh')
-rwxr-xr-xautomated/bin/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/bin/setenv.sh b/automated/bin/setenv.sh
index c0a3f79..1449fc6 100755
--- a/automated/bin/setenv.sh
+++ b/automated/bin/setenv.sh
@@ -4,7 +4,7 @@ export REPO_PATH="$(pwd)"
echo "REPO_PATH: ${REPO_PATH}"
if ! [ -d "${REPO_PATH}/automated/bin" ]; then
- echo "ERROR: Please execute the below command from test-definitions DIR"
+ echo "ERROR: Please execute the below command from 'test-definitions' DIR"
echo " . ./automated/bin/setenv.sh"
exit 1
fi