mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

commit 06337b73aad590fdde9347e49bd531d202b2e687
parent 7ed589a06539fcc91ab779a1e6de0a995f8238b5
Author: Martin Ashby <martin@ashbysoft.com>
Date:   Tue, 22 Aug 2023 10:50:18 +0100

Fixup deploy.sh folder for comments

Diffstat:
Mdeploy.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh @@ -6,7 +6,7 @@ set -e hugo # Build comments app -pushd zig-comments +pushd comments if [ $(uname -m) != "aarch64" ] then echo "must build on aarch64 for now"