Skip to content

Commit 2b13d6b

Browse files
committed
fix: Fix generated module name when reading from a protodep toml file
1 parent ee9edb5 commit 2b13d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/protodep.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl ProtodepDescriptor {
8585
.collect::<Result<Vec<_>, _>>()?;
8686

8787
Ok(Descriptor {
88-
name: "change name".to_string(),
88+
name: "generated".to_string(),
8989
description: Some("Generated from protodep file".to_string()),
9090
proto_out_dir: self.proto_out_dir.into(),
9191
dependencies,

0 commit comments

Comments
 (0)