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.
2 parents bf675ee + eddf494 commit bea1145Copy full SHA for bea1145
src/ugrd/base/banner.py
@@ -1,10 +1,10 @@
1
__author__ = "desultory"
2
-__version__ = "0.1.0"
+__version__ = "0.2.0"
3
4
5
def print_banner(self) -> list[str]:
6
"""Prints the banner. Prints the kernel version if set"""
7
banner = [self.banner]
8
if kver := self.get("kernel_version"):
9
- banner.append(f"einfo 'Kernel version: {kver}'")
+ banner.append(f"einfo 'Built for kernel version: {kver}'")
10
return banner
0 commit comments