Skip to content

Commit

Permalink
Fix Installer return code max value in schema by bad merge (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft authored Sep 17, 2021
1 parent 186278e commit 53ac5d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"enum": [ 0 ]
},
"minimum": -2147483648,
"maximum": 429496725,
"maximum": 4294967295,
"description": "An exit code that can be returned by the installer after execution"
},
"InstallerSuccessCodes": {
Expand Down

0 comments on commit 53ac5d4

Please sign in to comment.