diff options
Diffstat (limited to 'lib/chef/resource/timezone.rb')
-rw-r--r-- | lib/chef/resource/timezone.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/timezone.rb b/lib/chef/resource/timezone.rb index 6a3d2e5520..0f5cf7cb0c 100644 --- a/lib/chef/resource/timezone.rb +++ b/lib/chef/resource/timezone.rb @@ -28,8 +28,8 @@ class Chef introduced "14.6" property :timezone, String, - description: "An optional property to set the timezone value if it differs from the resource block's name.", - name_property: true + description: "An optional property to set the timezone value if it differs from the resource block's name.", + name_property: true action :set do description "Set the timezone." |