Skip to content

Commit

Permalink
Fix function name in grpc_php_plugin.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jan 26, 2023
1 parent cf76770 commit 313d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/tools/grpc_php_plugin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Function Add-Msys2() {
return $msys_location
}

Function Add-Grpc_php_plugin() {
Function Add-GrpcPhpPlugin() {
$msys_location = Add-Msys2
$logs = . $msys_location\usr\bin\bash -l -c "pacman -S --noconfirm mingw-w64-x86_64-grpc" >$null 2>&1
$grpc_version = Get-ToolVersion 'Write-Output' "$logs"
Expand Down

0 comments on commit 313d0cf

Please # to comment.