Skip to content

Commit

Permalink
Naming consistency fix with Outlook 2016 recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Aug 13, 2015
1 parent 8ffe476 commit aff57c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MSOfficeUpdates/MSOutlook2016.install.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<key>Description</key>
<string>Downloads and installs the latest Outlook 2016 update.</string>
<key>Identifier</key>
<string>com.github.autopkg.install.OutlookInstaller</string>
<string>com.github.autopkg.install.MSOutlook2016</string>
<key>Input</key>
<dict>
</dict>
<key>MinimumVersion</key>
<string>0.4.2</string>
<key>ParentRecipe</key>
<string>com.github.autopkg.download.OutlookInstaller</string>
<string>com.github.autopkg.download.MSOutlook2016</string>
<key>Process</key>
<array>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions MSOfficeUpdates/MSOutlook2016.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for more information about locale IDs.

VERSION currently only supports 'latest'.</string>
<key>Identifier</key>
<string>com.github.autopkg.munki.OutlookInstaller</string>
<string>com.github.autopkg.munki.MSOutlook2016</string>
<key>MinimumVersion</key>
<string>0.4.2</string>
<key>Input</key>
Expand Down Expand Up @@ -45,7 +45,7 @@ VERSION currently only supports 'latest'.</string>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.autopkg.download.OutlookInstaller</string>
<string>com.github.autopkg.download.MSOutlook2016</string>
<key>Process</key>
<array>
<dict>
Expand Down

0 comments on commit aff57c7

Please sign in to comment.