manual: Fix manualFast

This commit is contained in:
Zhaofeng Li 2021-11-18 13:18:38 -08:00
parent ee8ae7dd21
commit 2957b31e4e

View file

@ -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