summaryrefslogtreecommitdiff
path: root/lib/chef/resource/paludis_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/paludis_package.rb')
-rw-r--r--lib/chef/resource/paludis_package.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/paludis_package.rb b/lib/chef/resource/paludis_package.rb
index 88d4be6894..94b73ab570 100644
--- a/lib/chef/resource/paludis_package.rb
+++ b/lib/chef/resource/paludis_package.rb
@@ -31,8 +31,8 @@ class Chef
allowed_actions :install, :remove, :upgrade
property :timeout, Integer,
- description: "The amount of time (in seconds) to wait before timing out.",
- default: 3600
+ description: "The amount of time (in seconds) to wait before timing out.",
+ default: 3600
end
end
end