mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Use "bundle exec" to wrap jekyll commands.
This commit is contained in:
@@ -142,10 +142,10 @@ function jekyll {
|
|||||||
${EDITOR} "${FILENAME}"
|
${EDITOR} "${FILENAME}"
|
||||||
;;
|
;;
|
||||||
dev)
|
dev)
|
||||||
command jekyll serve -D -I "$@"
|
command bundle exec jekyll serve -D -I "$@"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
command jekyll "$@"
|
command bundle exec jekyll "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user