From fea5e505127067c4e74da25851e7a16232349d2f Mon Sep 17 00:00:00 2001 From: William Lee Date: Thu, 3 Oct 2024 10:59:48 +0100 Subject: [PATCH] Fix typo in release message --- lib/epi_deploy/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/epi_deploy/command.rb b/lib/epi_deploy/command.rb index 3b976f9..dbe29b5 100644 --- a/lib/epi_deploy/command.rb +++ b/lib/epi_deploy/command.rb @@ -22,7 +22,7 @@ def release(setup_class = EpiDeploy::Setup) if release.create! print_success "Release #{release.version} created with tag #{release.tag}" else - print_notice "Release #{release.version} has already been created on the most commit" + print_notice "Release #{release.version} has already been created on the most recent commit" end environments = self.options.to_hash[:deploy] self.deploy(environments) unless environments.nil?