Skip to content

Commit

Permalink
removeme: double check gen jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 2, 2024
1 parent 62a4069 commit a7b5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
); err != nil {
panic(err)
}
if err := gen.WriteTupleEncodersToFile("./builtin/cbor_gen.go", "builtin",
if err := gen.WriteTupleEncodersToFile("./builtin/cbor_gen2.go", "builtin",
builtin.ActorV4{},
builtin.ActorV5{},
); err != nil {
Expand Down

0 comments on commit a7b5446

Please sign in to comment.