Skip to content

Commit b6f91aa

Browse files
committed
Fix copy-and-paste error
1 parent 69a79d0 commit b6f91aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def wrapper(*args, **kwargs):
134134
return wrapper
135135

136136
def rockylinux10(function):
137-
"""Decorator to set the Linux distribution to Rockylinux 9"""
137+
"""Decorator to set the Linux distribution to Rockylinux 10"""
138138
def wrapper(*args, **kwargs):
139139
hpccm.config.g_linux_distro = linux_distro.CENTOS
140140
hpccm.config.g_linux_version = Version('10.0')

0 commit comments

Comments
 (0)