diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-20 12:11:52 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-20 12:11:52 +0100 |
commit | 5399d8a4e1f7cb594875a73c60c339aeb378988b (patch) | |
tree | 2a13d67a34770da847fb52bc627de56d075ff3b3 /builddocs.sh | |
parent | 373cb190e185cd86c1cb6279066d8d778edf2359 (diff) | |
download | kube-5399d8a4e1f7cb594875a73c60c339aeb378988b.tar.gz kube-5399d8a4e1f7cb594875a73c60c339aeb378988b.zip |
Don't assume the path of bash
Diffstat (limited to 'builddocs.sh')
-rwxr-xr-x | builddocs.sh | 2 |
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 |
2 | mkdocs build | 2 | mkdocs build |
3 | echo "The HTML files for the documentation can be found in the site/ subdirectory." | 3 | echo "The HTML files for the documentation can be found in the site/ subdirectory." |
4 | echo "To view the docs in a browser run 'mkdocs serve'" | 4 | echo "To view the docs in a browser run 'mkdocs serve'" |