fix readme.html gen

This commit is contained in:
brent saner
2024-07-07 23:35:32 -04:00
parent ca2010e62c
commit 82220d5107
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
docsdir="${PWD}/docs"
#docsdir="${PWD}/docs"
docsdir="${PWD}"
if ! command -v asciidoctor &> /dev/null;
then