Appease rubocop.
This commit is contained in:
parent
6e2449b482
commit
18c2b0827e
|
@ -102,8 +102,6 @@ def run_jekyll(args)
|
|||
end
|
||||
|
||||
#
|
||||
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def run_in_shell(*args)
|
||||
p, output = Jekyll::Utils::Exec.run(*args)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'open3'
|
||||
require "open3"
|
||||
|
||||
module Jekyll
|
||||
module Utils
|
||||
|
|
Loading…
Reference in New Issue