nacx commented on this pull request.
Comment aside, changes LGTM.
Thanks for taking care of this @zack-shoylev!
> @@ -80,9 +80,9 @@ public OperatingSystem apply(final Image from) {
is64Bit = matcher.group(2).equals("x64");
}
} else {
- if (imageName.contains("Red Hat EL")) {
+ if (imageName.contains("Red Hat")) {
It would be good to know (and I'd like to :)), but it looks like a safe change
anyway?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1041#pullrequestreview-9433122