We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83bf35 commit f76bb7bCopy full SHA for f76bb7b
bin/puppet
@@ -5,4 +5,5 @@ begin
5
Puppet::Util::CommandLine.new.execute
6
rescue LoadError => e
7
$stderr.puts e.message
8
+ exit(1)
9
end
0 commit comments