brucewu-fly opened a new pull request #1170: Fix protobuf dirname for 
apm-remote-grpc-provider
URL: https://github.com/apache/incubator-skywalking/pull/1170
 
 
   The directory should be 
`apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf`
 rather than 
`apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/protobuf`. 
Missing `generated-sources/`
   
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   N/A
   ___
   ### Bug fix
   - Bug description.
   Missing `generated-sources/` for protobuf dirname
   
   - How to fix?
   Replace 
`apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/protobuf` 
with 
`apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to