This commit is contained in:
David Heinemeier Hansson
2023-01-13 10:30:02 +01:00
parent fd5172266e
commit 6bfcc582c8

View File

@@ -10,7 +10,7 @@ namespace :mrsk do
run_locally do
begin
debug "Using builder: #{MRSK.builder.name}"
info "Building images may take a while (run with VERBOSE=1 for progress logging)"
info "Building image may take a while (run with VERBOSE=1 for progress logging)"
execute *MRSK.builder.push
rescue SSHKit::Command::Failed => e
error "Missing compatible builder, so creating a new one first"