Skip to content

Commit

Permalink
Fix some rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Feb 19, 2024
1 parent 8000561 commit 52b24b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exe/jekyll-import
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ STDOUT.sync = true

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

require 'jekyll-import'
require 'jekyll-import/version'
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 52b24b9

Please sign in to comment.