From 41d25a3c1c6add386de93f8dd55d2ddf7fe08312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= 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 .# \ - $@ + "$@"