Skip to content

Commit

Permalink
Fix typo in release message
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamWFLee committed Oct 3, 2024
1 parent a5d35cb commit fea5e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epi_deploy/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit fea5e50

Please sign in to comment.