Skip to content

Commit 905d24a

Browse files
committed
Makefile: fix 'bundle config' command flags
1 parent 091d31a commit 905d24a

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
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)