Skip to content

Commit

Permalink
Merge pull request #13 from lixingwang/grpc_activity_windows
Browse files Browse the repository at this point in the history
Fixing a issue when build grpc activity on windows
  • Loading branch information
lixingwang authored Apr 14, 2020
2 parents d75bae6 + b5464ec commit 29e1aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activity/grpc/shim/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func (p *ProtoLocat) GetLocation() string {
}

func (p *ProtoLocat) GetPackage() string {
return filepath.Join("engine", p.flowName, p.activityName)
return filepath.ToSlash(filepath.Join("engine", p.flowName, p.activityName))
}

func (f *FlogoApp) GetRef(refAlias string) string {
Expand Down

0 comments on commit 29e1aee

Please sign in to comment.