From a68012a4c9d4187e3bada655da9b3380737722d2 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 31 Aug 2024 17:47:52 +0200 Subject: [PATCH] bugfix: non-string value in powershell command --- configs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs.json b/configs.json index d4f657c..0561bd7 100644 --- a/configs.json +++ b/configs.json @@ -1,7 +1,7 @@ [ { "name": "env", - "cmd": "[System.Environment]::SetEnvironmentVariable($ARG, $ARG, 'User')", + "cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')", "set": [ { "args": [