Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Avishay <[email protected]>
  • Loading branch information
balteravishay committed Apr 14, 2023
1 parent 96dd113 commit 5ccdf0b
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 @@ -746,7 +746,7 @@ func isUnpinnedDotNetCliInstall(cmd []string) bool {
return false
}
// Search for dotnet commands.
if !isBinaryName("dotnet", cmd[0]) && !isBinaryName("dotnet.exe", cmd[0]){
if !isBinaryName("dotnet", cmd[0]) && !isBinaryName("dotnet.exe", cmd[0]) {
return false
}

Expand Down

0 comments on commit 5ccdf0b

Please sign in to comment.