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