Skip to content

Commit

Permalink
Backport 9b0baa10b9140045aa3a49b03e685dcd3ea7c623
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jun 22, 2023
1 parent 031a5ed commit bb38cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/conf/jib-profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ var getVersionNumbers = function () {
var isWsl = function (input) {
return ( input.build_osenv == "wsl"
|| (input.build_os == "linux"
&& java.lang.System.getProperty("os.version").contains("Microsoft")));
&& java.lang.System.getProperty("os.version").toLowerCase().contains("microsoft")));
}

var error = function (s) {
Expand Down

0 comments on commit bb38cce

Please sign in to comment.