Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/netlify-production.sh')
-rwxr-xr-xbin/netlify-production.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/netlify-production.sh b/bin/netlify-production.sh
index 84f645d..c4f2b11 100755
--- a/bin/netlify-production.sh
+++ b/bin/netlify-production.sh
@@ -1,3 +1,3 @@
ln -s /opt/build/repo /opt/build/castanet
cd exampleSite
-hugo_0.19 --theme=castanet --buildDrafts=false --baseURL="$URL"
+hugo --theme=castanet --buildDrafts=false --baseURL="$URL"