script/default-site: add `ruby` in exec command.

Windows doesn't recognize `exe/jekyll` as Ruby executable so this should work everywhere.
This commit is contained in:
XhmikosR 2016-08-23 02:01:47 +03:00
parent d49bf808b6
commit d0d41792f9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ rm -Rf ./tmp/default-site
workdir=$(pwd) workdir=$(pwd)
echo "$0: creating new default site" echo "$0: creating new default site"
bundle exec exe/jekyll new tmp/default-site bundle exec ruby exe/jekyll new tmp/default-site
pushd tmp/default-site pushd tmp/default-site
echo "$0: respecifying the jekyll install location" echo "$0: respecifying the jekyll install location"