Merge pull request #288 from microsoft/hotfix/MiniBuddyLaunchReason-int
Update 'MiniBuddyLaunchReason' to be an int
This commit is contained in:
Коммит
5c92043aa3
|
@ -4,7 +4,7 @@ maintainer_email 'chef@microsoft.com'
|
|||
license 'MIT'
|
||||
description 'Resources for configuring and provisioning macOS'
|
||||
chef_version '>= 16.0'
|
||||
version '6.0.2'
|
||||
version '6.0.3'
|
||||
|
||||
source_url 'https://github.com/Microsoft/macos-cookbook'
|
||||
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'
|
||||
|
|
|
@ -49,7 +49,7 @@ action_class do
|
|||
'LastSeenBuddyBuildVersion' => node['platform_build'],
|
||||
'LastSeenDiagnosticsProductVersion' => node['platform_version'],
|
||||
'LastSeenSiriProductVersion' => node['platform_version'],
|
||||
'MiniBuddyLaunchReason' => '0',
|
||||
'MiniBuddyLaunchReason' => 0,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче