diff options
author | tbe <loki@lokis-chaos.de> | 2014-07-28 18:33:51 +0200 |
---|---|---|
committer | tbe <loki@lokis-chaos.de> | 2014-07-28 18:33:51 +0200 |
commit | 295daf387cbcb1b97202cad0effa98ccc8dc96a5 (patch) | |
tree | 4cedfa59563002acc10541eb2b8f1c589865c855 /lib/chef/resource | |
parent | 08374501695da7e538a04ef48f8863d881ba81a7 (diff) | |
download | chef-295daf387cbcb1b97202cad0effa98ccc8dc96a5.tar.gz |
whitespace fix in paludis_package.rb
Diffstat (limited to 'lib/chef/resource')
-rw-r--r-- | lib/chef/resource/paludis_package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/paludis_package.rb b/lib/chef/resource/paludis_package.rb index 0751218262..fde25e69b3 100644 --- a/lib/chef/resource/paludis_package.rb +++ b/lib/chef/resource/paludis_package.rb @@ -27,7 +27,7 @@ class Chef @resource_name = :paludis_package @provider = Chef::Provider::Package::Paludis @allowed_actions = [ :install, :remove, :upgrade ] - @timeout = 3600 + @timeout = 3600 end end end |