Skip to content

Commit 8fe3056

Browse files
authored
Merge pull request #354 from desultory/dev
fix typo
2 parents 253aef8 + 3454987 commit 8fe3056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/kmod/kmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def process_modules(self) -> None:
646646

647647
@contains("kernel_version", "Kernel version is not set, skipping kernel version check.", log_level=30)
648648
def check_kver(self) -> str:
649-
"""Returns poxixshell lines to check that the defined kernel version matches the running kernel version."""
649+
"""Returns posix shell lines to check that the defined kernel version matches the running kernel version."""
650650
return f"""
651651
running_kver=$(awk '{{print $3}}' /proc/version)
652652
if [ "$running_kver" != "{self["kernel_version"]}" ]; then

0 commit comments

Comments
 (0)