Fix broken VS config export

This commit is contained in:
Manuel Thalmann 2023-08-01 03:48:15 +02:00
parent b9ecde1340
commit 0b4cf31b7f

View file

@ -28,7 +28,7 @@ $null = New-Module {
"export", "export",
"--channelId", "$($version[1])", "--channelId", "$($version[1])",
"--productId", "$($version[2])", "--productId", "$($version[2])",
"--config", "$configPath", "--config", "`"$configPath`"",
"--quiet"); "--quiet");
} }
} }