We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a79d0 commit b6f91aaCopy full SHA for b6f91aa
test/helpers.py
@@ -134,7 +134,7 @@ def wrapper(*args, **kwargs):
134
return wrapper
135
136
def rockylinux10(function):
137
- """Decorator to set the Linux distribution to Rockylinux 9"""
+ """Decorator to set the Linux distribution to Rockylinux 10"""
138
def wrapper(*args, **kwargs):
139
hpccm.config.g_linux_distro = linux_distro.CENTOS
140
hpccm.config.g_linux_version = Version('10.0')
0 commit comments