From 5bd05c1cc8a9f2a63b98927dc838d6f3322acaca Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 30 May 2024 21:05:29 +0200 Subject: [PATCH] Fixed sys command due to latest NuShell update --- app/MindWork AI Studio/build.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/build.nu b/app/MindWork AI Studio/build.nu index ea6dbaa..b628b65 100755 --- a/app/MindWork AI Studio/build.nu +++ b/app/MindWork AI Studio/build.nu @@ -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 {