summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-20 12:11:52 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-20 12:11:52 +0100
commit5399d8a4e1f7cb594875a73c60c339aeb378988b (patch)
tree2a13d67a34770da847fb52bc627de56d075ff3b3
parent373cb190e185cd86c1cb6279066d8d778edf2359 (diff)
downloadkube-5399d8a4e1f7cb594875a73c60c339aeb378988b.tar.gz
kube-5399d8a4e1f7cb594875a73c60c339aeb378988b.zip
Don't assume the path of bash
-rwxr-xr-xbuilddocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddocs.sh b/builddocs.sh
index 41e48a45..6bd05b80 100755
--- a/builddocs.sh
+++ b/builddocs.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/usr/bin/env bash
2mkdocs build 2mkdocs build
3echo "The HTML files for the documentation can be found in the site/ subdirectory." 3echo "The HTML files for the documentation can be found in the site/ subdirectory."
4echo "To view the docs in a browser run 'mkdocs serve'" 4echo "To view the docs in a browser run 'mkdocs serve'"