diff options
Diffstat (limited to 'lib/puppet/file_bucket.rb')
-rw-r--r-- | lib/puppet/file_bucket.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/file_bucket.rb b/lib/puppet/file_bucket.rb index 881c81e58..5eafcd269 100644 --- a/lib/puppet/file_bucket.rb +++ b/lib/puppet/file_bucket.rb @@ -1,4 +1,4 @@ # stub module Puppet::FileBucket - class BucketError < RuntimeError; end + class BucketError < RuntimeError; end end |