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-27 18:19:35 -0700
commita99462051a84bc2f166d9bf359eefec4f6c9fcf6 (patch)
tree50c8bbc4412c4646b91b6250a55301bcf43c5510
parente6e8799686d268844a1e926f5e4ed97fafc091f3 (diff)
downloadchef-a99462051a84bc2f166d9bf359eefec4f6c9fcf6.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."