Skip to content

Commit 0c74db2

Browse files
committed
forgot to fix CLI
1 parent d089a11 commit 0c74db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ impl Cli {
254254
}
255255
}
256256
}
257-
if let Some(codegen_root) = &project.codegen.root
257+
if let Some(codegen_root) = project.codegen.get_root()
258258
&& let Some(deploy_root_str) = deploy_root.to_str()
259259
&& let Some(pkg_name) = get_package_name(&project)
260260
{

0 commit comments

Comments
 (0)