Skip to content

Commit

Permalink
Merge pull request #3892 from filcloud/fix-gen
Browse files Browse the repository at this point in the history
fix conformance gen
  • Loading branch information
raulk authored Sep 18, 2020
2 parents 0dfd4f3 + bf2e3ba commit 9afdda4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conformance/chaos/cbor_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion conformance/chaos/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func main() {
if err := gen.WriteTupleEncodersToFile("../cbor_gen.go", "chaos",
if err := gen.WriteTupleEncodersToFile("./cbor_gen.go", "chaos",
chaos.State{},
chaos.CreateActorArgs{},
chaos.ResolveAddressResponse{},
Expand Down

0 comments on commit 9afdda4

Please sign in to comment.