mirror of https://github.com/grpc/grpc-node.git
Fix missing slash in file path
This commit is contained in:
parent
9a629f9b76
commit
d879e21a42
|
|
@ -50,5 +50,5 @@ foreach ($Arch in $ArchList) {
|
||||||
|
|
||||||
Remove-Item ($Base + "/build/bin/protoc.exe")
|
Remove-Item ($Base + "/build/bin/protoc.exe")
|
||||||
Remove-Item ($Base + "/build/bin/grpc_node_plugin.exe")
|
Remove-Item ($Base + "/build/bin/grpc_node_plugin.exe")
|
||||||
Remove-Item ($Base + "CMakeCache.txt")
|
Remove-Item ($Base + "/CMakeCache.txt")
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue