From 1284968c30c8c015834e7727181406147bed4c12 Mon Sep 17 00:00:00 2001 From: miccal Date: Wed, 10 Feb 2016 20:36:26 +0800 Subject: [PATCH] Update pkg.md Missed a colon. --- doc/cask_language_reference/stanzas/pkg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cask_language_reference/stanzas/pkg.md b/doc/cask_language_reference/stanzas/pkg.md index e01c66c61d5..8d55e4a6ee3 100644 --- a/doc/cask_language_reference/stanzas/pkg.md +++ b/doc/cask_language_reference/stanzas/pkg.md @@ -8,7 +8,7 @@ pkg 'Unity.pkg' Subsequent arguments to `pkg` are key/value pairs which modify the install process. Currently supported keys are: -* `:allow_untrusted` — pass `-allowUntrusted` to `/usr/sbin/installer` +* `allow_untrusted:` — pass `-allowUntrusted` to `/usr/sbin/installer` Example (from [alinof-timer.rb](https://github.com/caskroom/homebrew-cask/blob/312ae841f1f1b2ec07f4d88b7dfdd7fbdf8d4f94/Casks/alinof-timer.rb#L10)):