From 3fbd06a3f38f9895dae0eee69e058b2d6f2dbb83 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 11 Jul 2006 16:27:42 +0000 Subject: Fixing misstated error name ExecutionError in blastwave packaging support git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1382 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/package/blastwave.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/type/package/blastwave.rb b/lib/puppet/type/package/blastwave.rb index 6698a4029..7ef91eca4 100755 --- a/lib/puppet/type/package/blastwave.rb +++ b/lib/puppet/type/package/blastwave.rb @@ -31,7 +31,7 @@ module Puppet begin output = execute(command) - rescue ExecutionError => detail + rescue ExecutionFailure => detail raise Puppet::Error, "Could not get package listing: %s" % detail end -- cgit