mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 15:49:07 +00:00
Fixed sys command due to latest NuShell update
This commit is contained in:
parent
f40216dcfa
commit
5bd05c1cc8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user