about summary refs log tree commit diff
path: root/scripts/prebuild.sh
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-12 15:40:51 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-12 15:40:51 +0200
commitd92f1a2a1bac3039434a16c504cc1d54c6d0409a (patch)
treec0c5b9d4539512b44a4c99a114d3ef523cc92e73 /scripts/prebuild.sh
parent7a17a28220a84c294728f572932b1619d92c1d95 (diff)
downloadpuszcza-d92f1a2a1bac3039434a16c504cc1d54c6d0409a.tar.gz
puszcza-d92f1a2a1bac3039434a16c504cc1d54c6d0409a.zip
Change posts location
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