Say middleman build instead of just middleman

This commit is contained in:
Seth Vargo 2013-01-25 21:23:24 -05:00
parent 12753c5759
commit 95fa217cec

View file

@ -68,7 +68,7 @@ module Middleman::Cli
if defined?(Bundler)
self.shell.say "There were errors during this build, re-run with `bundle exec 'middleman build --verbose'` to see the full exception."
else
self.shell.say "There were errors during this build, re-run with `middleman --verbose` to see the full exception."
self.shell.say "There were errors during this build, re-run with `middleman build --verbose` to see the full exception."
end
end