From c1483d29e182350fa75d912f2b6c23c728823871 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 8 Dec 2024 05:20:42 +0100 Subject: [PATCH] Fix typo --- scripts/Common/OS/setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index b5f1ef52..a78cacd7 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -101,7 +101,7 @@ function runSetup end end) \ (string escape $script) "&&")) \ - "rm $tmp ||" + "rm $tmp ||" \ "mv $tmp $profile" end | runChroot "$mountDir" tee "$profile" >/dev/null end