mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Appease rubocop.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user