Skip to content

Commit

Permalink
fix shell download
Browse files Browse the repository at this point in the history
Signed-off-by: balteraivshay <avishay.balter@gmail.com>
  • Loading branch information
balteravishay committed Jun 12, 2024
1 parent 8501824 commit 9e66eb2
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 9e66eb2

Please sign in to comment.