diff --git a/create-bundle.sh b/create-bundle.sh index 502cb739..29ad2b47 100755 --- a/create-bundle.sh +++ b/create-bundle.sh @@ -1,4 +1,4 @@ #!/bin/bash bundle config set --local path 'vendor/bundle' bundle install -bundle exec jekyll serve +exec bundle exec jekyll serve $@