Skip to content

Commit 4f4de3a

Browse files
author
ocaisa
authored
Deprecated use of --path when installing bundle (#473)
1 parent ecaef44 commit 4f4de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export SHELL = /bin/bash
66

77
# Settings
88
MAKEFILES=Makefile $(wildcard *.mk)
9-
JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
9+
JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
1010
PARSER=bin/markdown_ast.rb
1111
DST=_site
1212

0 commit comments

Comments
 (0)