summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/type/pfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb
index 374cde3e8..800fc7436 100644
--- a/lib/puppet/type/pfile.rb
+++ b/lib/puppet/type/pfile.rb
@@ -1027,7 +1027,7 @@ module Puppet
self.fail "Invalid source path %s" % tmp
end
else
- self.fail "Got other recursive file proto %s from %s" %
+ self.fail "Got other URL type '%s' from %s" %
[uri.scheme, source]
end