Fix trailing whitespace on omnibus overrides file (#6842)

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2023-11-01 01:44:42 -04:00 committed by GitHub
parent 1d5f123916
commit 1dd7d5223b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ override "ruby", version: "3.1.2"
if mac_os_x?
override "openssl", version: "1.1.1w"
else
# Hopefully temporary, in October 2023 the default is 1.0.2zg which
# Hopefully temporary, in October 2023 the default is 1.0.2zg which
# has an open high cve, while zi is available. Temporarily pin until
# default in omnibus-software has no cves.
override "openssl", version: "1.0.2zi"