summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2017-06-22 08:50:26 +0200
committerEdward Hervey <bilboed@bilboed.com>2017-06-22 08:50:26 +0200
commitee691574d41897ed306f1b7d411590e8bca13b52 (patch)
tree28fa9e2be8f6df08a6d5cbb3e414e9c887e2f294
parentcafe60725464e90e341a37f203aa6f8b189511ce (diff)
ci-build: fix typo
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index da45cd4..c3d3bf7 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -97,7 +97,7 @@ then
echo "Using default validate modules: validate ges"
VALIDATE_MODULES="validate ges"
else
- echo "Using specified validate HTTP port:" $VALIDATE_MODULES
+ echo "Using specified validate modules:" $VALIDATE_MODULES
fi
if [ -z $WORKSPACE ];