Deprecated use of --path when installing bundle (#473)
[rnaseq-cwl-training.git] / Makefile
index 366840ec9c7a62bbdcb8623cae0513a3e8cdf420..37c7b2c8586298e3dd3788a130171ccf0c390746 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ export SHELL = /bin/bash
 
 # Settings
 MAKEFILES=Makefile $(wildcard *.mk)
-JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
+JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
 PARSER=bin/markdown_ast.rb
 DST=_site