From c08d6295d70613f13de37e8a98f88bcdd87b1178 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= <lelgenio@disroot.org>
Date: Thu, 10 Oct 2024 23:04:59 -0300
Subject: [PATCH] switch: fix quoting

---
 switch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/switch b/switch
index 1b114fc..93bd80a 100755
--- a/switch
+++ b/switch
@@ -9,4 +9,4 @@ nixos-rebuild \
     --use-remote-sudo \
     --print-build-logs \
     --flake .# \
-    $@
+    "$@"