Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Change Jekyll namespace to JekyllRake
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Nov 14, 2018
1 parent acef13f commit d62df1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_relative './rakelib/rake-helper.rb'

include Jekyll
include JekyllRake
include Proofer
include Converter

Expand Down
2 changes: 1 addition & 1 deletion rakelib/jekyll.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Jekyll
module JekyllRake
## Run Jekyll
def jekyll(options)
sh "bundle exec jekyll #{options}"
Expand Down

0 comments on commit d62df1a

Please sign in to comment.