forked from DGNum/colmena
manual: Fix manualFast
This commit is contained in:
parent
ee8ae7dd21
commit
2957b31e4e
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ in stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
if [ -n "${colmena}" ]; then
|
if [ -n "${toString colmena}" ]; then
|
||||||
echo "Generating CLI help text"
|
echo "Generating CLI help text"
|
||||||
${colmena}/bin/colmena gen-help-markdown >> src/reference/cli.md
|
${toString colmena}/bin/colmena gen-help-markdown >> src/reference/cli.md
|
||||||
else
|
else
|
||||||
echo "Error: No colmena executable passed to the builder" >> src/reference/cli.md
|
echo "Error: No colmena executable passed to the builder" >> src/reference/cli.md
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue