aboutsummarylogtreecommitdiffstats
path: root/launcher-patch.st
diff options
context:
space:
mode:
Diffstat (limited to 'launcher-patch.st')
-rw-r--r--launcher-patch.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher-patch.st b/launcher-patch.st
index 2d7ccd1551e5..9065fe10ec37 100644
--- a/launcher-patch.st
+++ b/launcher-patch.st
@@ -16,7 +16,7 @@ PhLVmProvider class compile: 'for: aPhLVirtualMachineOrManager
| class |
class := aPhLVirtualMachineOrManager pharoVersion asInteger < 90
ifTrue: [ PhLVmProviderUntilPharo80 ]
- ifFalse: [ aPhLVirtualMachineOrManager pharoVersion asInteger < 100
+ ifFalse: [ aPhLVirtualMachineOrManager pharoVersion asInteger < 110
ifTrue: [ PhLVmProviderArchlinux90 ]
ifFalse: [ self ] ].
^ class new