Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing windows_ubr to be type string #836

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/firefox-installer/install/install.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
},
"windows_ubr": {
"description": "The Windows Update Build Revision of the installation device, 0 if it does not exist",
"type": "integer"
"type": "string"
},
"writeable_req_not_met": {
"description": "True if the installation failed because the user doesn't have permission to write to the path we're trying to install to.",
Expand Down
2 changes: 1 addition & 1 deletion templates/firefox-installer/install/install.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"windows_ubr": {
"description": "The Windows Update Build Revision of the installation device, 0 if it does not exist",
"type": "integer"
"type": "string"
},
"disk_space_req_not_met": {
"description": "True if the installation failed because the drive we're trying to install to does not have enough space.",
Expand Down