Skip to content
Prev Previous commit
whoops
  • Loading branch information
kyleconroy committed Sep 25, 2023
commit 41eabf4ab2840f6953acc689b80e7a73e6db2d71
2 changes: 1 addition & 1 deletion internal/bundler/multipart.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func readOutputs(dir string, output map[string]string) ([]*pb.File, error) {
}
files = append(files, &pb.File{
Name: rel,
Contents: contents,
Contents: []byte(contents),
})
}
return files, nil
Expand Down