summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortbe <loki@lokis-chaos.de>2014-07-28 18:33:51 +0200
committertbe <loki@lokis-chaos.de>2014-07-28 18:33:51 +0200
commit295daf387cbcb1b97202cad0effa98ccc8dc96a5 (patch)
tree4cedfa59563002acc10541eb2b8f1c589865c855
parent08374501695da7e538a04ef48f8863d881ba81a7 (diff)
downloadchef-295daf387cbcb1b97202cad0effa98ccc8dc96a5.tar.gz
whitespace fix in paludis_package.rb
-rw-r--r--lib/chef/resource/paludis_package.rb2
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