Skip to content

Commit

Permalink
Require jekyll-import/version so JekyllImport::VERSION can be read. (#…
Browse files Browse the repository at this point in the history
…536)

Merge pull request 536
  • Loading branch information
parkr authored Feb 19, 2024
1 parent 41f0907 commit c8a3fa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions exe/jekyll-import
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ STDOUT.sync = true

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)

require 'jekyll-import'
require 'jekyll/commands/import'
require 'mercenary'
require "jekyll-import"
require "jekyll-import/version"
require "jekyll/commands/import"
require "mercenary"

Mercenary.program(:jekyll_import) do |p|
p.version JekyllImport::VERSION
Expand Down

0 comments on commit c8a3fa2

Please sign in to comment.