Appease rubocop.

This commit is contained in:
Parker Moore 2016-12-07 17:53:45 -08:00
parent 6e2449b482
commit 18c2b0827e
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
require 'open3' require "open3"
module Jekyll module Jekyll
module Utils module Utils