summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-27 18:19:35 -0700
committerTim Smith <tsmith@chef.io>2018-10-31 12:36:58 -0700
commitbdeba011490b737b3722c744414c49ba9b6a8d7d (patch)
tree2815f63e67375863bc5cb3acc1a49cfdd7443c2d
parent00d47ffef7fca35798515c1bbc3bb9381fc5c2a6 (diff)
downloadchef-bdeba011490b737b3722c744414c49ba9b6a8d7d.tar.gz
Add missing periods to the descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/dmg_package.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/dmg_package.rb b/lib/chef/resource/dmg_package.rb
index 6d8a90e007..d0adb15b05 100644
--- a/lib/chef/resource/dmg_package.rb
+++ b/lib/chef/resource/dmg_package.rb
@@ -44,7 +44,7 @@ class Chef
default: "/Applications"
property :checksum, String,
- description: "The sha256 checksum of the dmg to download"
+ description: "The sha256 checksum of the dmg to download."
property :volumes_dir, String,
description: "The Directory under /Volumes where the dmg is mounted as not all dmgs are mounted into a /Volumes location matching the name of the dmg."
@@ -58,7 +58,7 @@ class Chef
default: "app"
property :package_id, String,
- description: "The package id registered with pkgutil when a pkg or mpkg is installed"
+ description: "The package id registered with pkgutil when a pkg or mpkg is installed."
property :dmg_passphrase, String,
description: "Specify a passphrase to use to unencrypt the dmg while mounting."