Skip to content

Commit

Permalink
tweak version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Dec 12, 2023
1 parent fd106df commit 9a2fefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SharedProcessors/GoogleChromeUpdateInfoProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class GoogleChromeUpdateInfoProvider(Processor):
},
"chrome_os_version": {
"required": False,
"default": "10.0",
"default": "11.0",
"description": "Operating system version (e.g., 10.0, 6.2).",
},
# "chrome_version": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Process:
- Processor: com.github.jgstew.SharedProcessors/GoogleChromeUpdateInfoProvider
Arguments:
chrome_os_platform: mac
chrome_os_version: "10.12"
# chrome_os_version: "10.12"
chrome_appid: com.google.Chrome

- Processor: com.github.jgstew.SharedProcessors/AssertInputContainsString
Expand Down

0 comments on commit 9a2fefb

Please sign in to comment.