You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, when run on non-darwin systems with no java
installed, the custom fact java_version was unresolved.
This was due to an incorrect return type set in
lib/facter/java_version.rb (returned a boolean).
This commit hopes to rectify this issue, by ensuring that the returned
value for java_version is in the correct format.
0 commit comments