1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-04 16:37:23 +02:00
parent 0cc741033b
commit fc267877a4

View File

@ -60,10 +60,6 @@ export class DistributionDetector extends BaseClusterDetector {
return { value: "custom", accuracy: 10}; return { value: "custom", accuracy: 10};
} }
if (this.isCustom()) {
return { value: "custom", accuracy: 10};
}
if (await this.isOpenshift()) { if (await this.isOpenshift()) {
return { value: "openshift", accuracy: 90}; return { value: "openshift", accuracy: 90};
} }