Missing comma in Thor::Error

This commit is contained in:
Thomas Reynolds 2012-04-16 15:08:44 -07:00
parent 259ef52190
commit 9730425caa

View file

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