Skip to content

Commit

Permalink
Merge pull request #45 from MichalMMac/whitespace
Browse files Browse the repository at this point in the history
Add missing whitespace
  • Loading branch information
gregneagle committed May 28, 2021
2 parents 8d68abb + 230b8d0 commit 8f0d984
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ String containing the package name. If this is missing, one is constructed using

By default, the package name is suffixed with the version number using `${version}`. This suffix can be removed if desired, or it can be specified manually.

JSON Example:
JSON Example:

```json
"name": "munki_kickstart-${version}.pkg"
"name": "munki_kickstart.pkg"
Expand All @@ -165,7 +166,7 @@ String. One of "recommended", "preserve", or "preserve-other". Defaults to "reco
**postinstall_action**
String. One of "none", "logout", or "restart". Defaults to "none".

**preserve_xattr**
**preserve_xattr**
Boolean: true or false. Defaults to false. Setting this to true would preserve extended attributes, like codesigned flat files (e.g. script files), amongst other xattr's such as the apple quarantine warning (com.apple.quarantine).

**product id**
Expand Down

0 comments on commit 8f0d984

Please sign in to comment.