From 14a60759013b173c802eb5ec8c62debc5ffa381d Mon Sep 17 00:00:00 2001 From: Mitchell Chambers Date: Fri, 9 Jun 2023 12:19:24 +1000 Subject: [PATCH] fix minor typo in description --- lib/onceover/cli/show.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/onceover/cli/show.rb b/lib/onceover/cli/show.rb index 49436c94..2c1b1e30 100644 --- a/lib/onceover/cli/show.rb +++ b/lib/onceover/cli/show.rb @@ -56,7 +56,7 @@ def self.command summary 'Shows the current state of the puppetfile' description <<-DESCRIPTION Shows the state of the puppetfile including current versions and -laetst versions of each module. Great for checking for updates. +latest versions of each module. Great for checking for updates. To update all modules run `onceover update puppetfile`. (Hint: once you have done the update, run the tests to make sure nothing breaks.) DESCRIPTION