Missing comma in Thor::Error
This commit is contained in:
parent
259ef52190
commit
9730425caa
|
@ -35,7 +35,7 @@ module Middleman::Cli
|
|||
# @return [void]
|
||||
def build
|
||||
if !ENV["MM_ROOT"]
|
||||
raise Thor::Error "Error: Could not find a Middleman project config, perhaps you are in the wrong folder?"
|
||||
raise Thor::Error, "Error: Could not find a Middleman project config, perhaps you are in the wrong folder?"
|
||||
end
|
||||
|
||||
self.class.shared_instance(options["verbose"] || false)
|
||||
|
|
Loading…
Reference in a new issue