diff options
-rwxr-xr-x | s2i/bin/assemble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 45c4b4c..63cdb20 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -32,7 +32,7 @@ if test -f Gemfile; then else jekyll build fi -if test -f _config.yaml; then +if test -f _config.yml; then base=$(awk '/^baseurl/ { print $2 }' _config.yml | tr -d '"') else base="" |