fixes path in scripts/generate-man-page-md.sh

This commit is contained in:
Phillip Miller 2022-01-21 13:11:10 -05:00
parent 2526b03d67
commit d09ca9b8ec
No known key found for this signature in database
GPG Key ID: C909F0293FFC8711

View File

@ -3,7 +3,7 @@ set -e
# note that this reqires pandoc to be installed.
cat ./pkg/yqlib/doc/headers/Main.md > man.md
cat ./pkg/yqlib/doc/operators/headers/Main.md > man.md
printf "\n# HOW IT WORKS\n" >> man.md
tail -n +2 how-it-works.md >> man.md