Skip to content

Commit 4e81182

Browse files
authored
Merge pull request #559 from maxim-belkin/bundle-config-fix
Makefile: fix 'bundle config' command flags
2 parents 091d31a + 905d24a commit 4e81182

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)