summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/exec.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-01 20:22:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-01 20:22:19 +0000
commit300a1632432b5aa5e0221d28fe0a2ce90c422131 (patch)
treece4e28ba94caab4814abd509ba1768b04bae99fb /lib/puppet/type/exec.rb
parent14d8186ebe8740eab1b320e6a1d6c98c255ad70f (diff)
downloadpuppet-300a1632432b5aa5e0221d28fe0a2ce90c422131.tar.gz
puppet-300a1632432b5aa5e0221d28fe0a2ce90c422131.tar.xz
puppet-300a1632432b5aa5e0221d28fe0a2ce90c422131.zip
Further progress towards the next release. Lots of small bugs fixed, the paths look much better now, and Transportable is much cleaner.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@740 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/type/exec.rb')
-rwxr-xr-xlib/puppet/type/exec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb
index 428c1d021..59c7c40e4 100755
--- a/lib/puppet/type/exec.rb
+++ b/lib/puppet/type/exec.rb
@@ -185,8 +185,7 @@ module Puppet
if self[:command] !~ /^\//
if self[:path].nil?
raise TypeError,
- "'%s' is both unqualifed and specified no search path" %
- self[:command]
+ "both unqualifed and specified no search path"
end
end
end