TrailingWhitespace 'cop' fix
This commit is contained in:
parent
bf327c17b7
commit
a31aa5d8be
13 changed files with 20 additions and 20 deletions
|
@ -8,7 +8,7 @@ module Middleman::Cli
|
|||
check_unknown_options!
|
||||
|
||||
namespace :console
|
||||
|
||||
|
||||
desc 'console [options]', 'Start an interactive console in the context of your Middleman application'
|
||||
method_option :environment,
|
||||
:aliases => '-e',
|
||||
|
|
|
@ -11,13 +11,13 @@ module Middleman::Cli
|
|||
|
||||
# Required path for the new project to be generated
|
||||
argument :name, :type => :string
|
||||
|
||||
|
||||
# Template files are relative to this file
|
||||
# @return [String]
|
||||
def self.source_root
|
||||
File.join(File.dirname(__FILE__), '..', 'templates', 'extension')
|
||||
end
|
||||
|
||||
|
||||
desc 'extension [options]', 'Create Middleman extension scaffold NAME'
|
||||
|
||||
# The extension task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue