summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-11-23 22:59:41 +0900
committerhaturatu <taro@eyes4you.org>2024-11-23 22:59:41 +0900
commit32c77bd9cff470d2b390b05d878e91013b0458ee (patch)
tree9528efaa0a712d255e762dce884d8e531ae65a86 /build.sh
parentc36b2e9aa6f89b1bd33d0bd84f71c057c7322b18 (diff)
wip
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f2d1a38..8624aa7 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ pwd | grep "src$" || cd src
doctoc .
sed -i "3d" ./*.md
sed -i "/](\#/d" ./SUMMARY.md
-sed -i "8a`date`" ./update.md
+sed -i "8a`date` " ./update.md
cd ..
mdbook build