aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/serve-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/serve-docs.sh')
-rwxr-xr-xscripts/serve-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/serve-docs.sh b/scripts/serve-docs.sh
index d064b3cdf1..0ab17dc0f3 100755
--- a/scripts/serve-docs.sh
+++ b/scripts/serve-docs.sh
@@ -52,7 +52,7 @@ function build_and_serve {
pkill -9 jekyll || true
if [ -z "$TARGET" ]; then
- echo "Serving bazel.io site at port $PORT"
+ echo "Serving bazel.build site at port $PORT"
jekyll serve --detach --quiet --port $PORT --source $WORKING_DIR
else
TMP_TARGET=$(mktemp -d)