From 1635454755fa8fdc0dedf032c543d3f4006aa568 Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Thu, 31 Mar 2011 10:45:33 -0700 Subject: (#6749) Remove "save does not work" language from strings. Now we are pushing into production we can eliminate this language, which was a legacy from the prototype that is no longer relevant globally. Reviewed-By: Pieter van de Bruggen --- lib/puppet/application/string_base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/application/string_base.rb b/lib/puppet/application/string_base.rb index 1169a45a4..09e42a5ef 100644 --- a/lib/puppet/application/string_base.rb +++ b/lib/puppet/application/string_base.rb @@ -119,7 +119,7 @@ class Puppet::Application::StringBase < Puppet::Application end def validate unless @action - raise "You must specify #{string.actions.join(", ")} as a verb; 'save' probably does not work right now" + raise "You must specify #{string.actions.join(", ")} as a verb" end end end -- cgit