Skip to content

Commit

Permalink
Fix a typo and wrong comparison operator for PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Dec 15, 2016
1 parent d8c40f4 commit b97b712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function do_deploy($installer_or_symbols = 1)
$has_file_updated += $res
# echo ($file_name_array[$i] + ", " + $from_path_array[$i] + ", " + $to_path_array[$i])
}
if ($has_file_update > 0)
if ($has_file_updated -gt 0)
{
dual_sign_driver_arr([ref]$arr_to_sign)
}
Expand Down

0 comments on commit b97b712

Please sign in to comment.