From 3d71ecdf80c10cfec39cd47cc7df4f5ac0c8bf44 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 3 Feb 2023 15:16:30 +0100 Subject: [PATCH] Only say if you're going to do it --- lib/mrsk/cli/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mrsk/cli/app.rb b/lib/mrsk/cli/app.rb index eaadec9f..66500aa8 100644 --- a/lib/mrsk/cli/app.rb +++ b/lib/mrsk/cli/app.rb @@ -8,7 +8,7 @@ class Mrsk::Cli::App < Mrsk::Cli::Base say "Ensure no other version of the app is running...", :magenta stop - say "Get most recent version available as an image...", :magenta + say "Get most recent version available as an image...", :magenta unless options[:version] using_version(options[:version] || most_recent_version_available) do |version| say "Start container with version #{version} (or reboot if already running)...", :magenta