Explorar o código

Merge pull request #5132 from BrunoVernay/patch-1

Display "origin 3.6" as in previous installer 3.5
Scott Dodson %!s(int64=7) %!d(string=hai) anos
pai
achega
ea491f041a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/src/ooinstall/variants.py

+ 1 - 1
utils/src/ooinstall/variants.py

@@ -61,7 +61,7 @@ LEGACY = Variant('openshift-enterprise', 'OpenShift Container Platform', [
 
 # Ordered list of variants we can install, first is the default.
 SUPPORTED_VARIANTS = (OSE, REG, origin, LEGACY)
-DISPLAY_VARIANTS = (OSE, REG,)
+DISPLAY_VARIANTS = (OSE, REG, origin)
 
 
 def find_variant(name, version=None):