about summary refs log tree commit diff
path: root/scripts/prebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prebuild.sh')
-rwxr-xr-xscripts/prebuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/prebuild.sh b/scripts/prebuild.sh
index 22d8e00..937bf5f 100755
--- a/scripts/prebuild.sh
+++ b/scripts/prebuild.sh
@@ -3,10 +3,10 @@
 set -x
 set -eou pipefail
 
-if [ -d ./kronika ]; then
-    cd kronika
+if [ -d ./content ]; then
+    cd content
     git pull
     cd ..
 else
-    git clone https://github.com/19pdh/kronika
+    git clone https://github.com/19pdh/kronika content
 fi