Skip to content

Commit

Permalink
fix shell download
Browse files Browse the repository at this point in the history
  • Loading branch information
balteravishay committed Jun 12, 2024
1 parent e8e3815 commit 258682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/shell_download_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 258682b

Please sign in to comment.