aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 2682564..cbcb703 100755
--- 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"