Don't repeat the obvious

This commit is contained in:
David Heinemeier Hansson
2023-01-17 15:18:45 +01:00
parent a342b565e8
commit 5d641b932c

View File

@@ -12,7 +12,7 @@ class Mrsk::Cli::Build < Mrsk::Cli::Base
run_locally do
begin
debug "Using builder: #{MRSK.builder.name}"
info "Building image may take a while (run with --verbose for progress logging)"
info "Building image may take a while (run with --verbose for progress logging)" unless options[:verbose]
execute *MRSK.builder.push
rescue SSHKit::Command::Failed => e
error "Missing compatible builder, so creating a new one first"