fix shell download

Signed-off-by: balteraivshay <avishay.balter@gmail.com>
This commit is contained in:
balteraivshay 2024-06-12 08:36:06 +00:00
parent 850182450a
commit 9e66eb2280

View File

@ -36,7 +36,7 @@ import (
var (
// supportedShells is the list of shells that are supported by mvdan.cc/sh/v3/syntax.
supportedShells = []string{
"sh", "bash", "mksh",
"sh", "bash", "mksh", "powershell",
}
// otherShells are not supported by our parser.
otherShells = []string{