From 8293fd9c99d55f05738d31b0a1a03a50c430b9b3 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Fri, 27 Jan 2023 22:05:48 +1030 Subject: [PATCH] whoops --- scripts/zk-gen-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zk-gen-index b/scripts/zk-gen-index index 81c2879..a570145 100755 --- a/scripts/zk-gen-index +++ b/scripts/zk-gen-index @@ -1,6 +1,6 @@ #!/usr/bin/env bash -toc=$(./toc.sh) +toc=$(zk-gen-dir-md-toc) echo -e "START_TOC\n$toc\n\nEND_TOC" > temp.md