Fixed sys command due to latest NuShell update

This commit is contained in:
Thorsten Sommer 2024-05-30 21:05:29 +02:00
parent f40216dcfa
commit 5bd05c1cc8
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -160,7 +160,7 @@ def get_rids []: nothing -> list {
}
def get_os []: nothing -> string {
(sys).host.name | str downcase
(sys host).name | str downcase
}
def update_build_time []: nothing -> nothing {