diff --git a/middleman-core/lib/middleman-core/cli/build.rb b/middleman-core/lib/middleman-core/cli/build.rb index 5dfec9d7..2d830f93 100644 --- a/middleman-core/lib/middleman-core/cli/build.rb +++ b/middleman-core/lib/middleman-core/cli/build.rb @@ -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