Use project name for root object name

This commit is contained in:
Lucien Greathouse
2018-11-27 15:16:48 -08:00
parent 797c39347f
commit 2340a07408
2 changed files with 3 additions and 3 deletions

View File

@@ -185,8 +185,8 @@ fn construct_initial_tree(
construct_project_node( construct_project_node(
&mut context, &mut context,
None, None,
"<<<ROOT>>>".to_string(), project.name.clone(),
"<<<ROOT>>>", &project.name,
&project.tree, &project.tree,
); );

View File

@@ -1,5 +1,5 @@
{ {
"name": "empty", "name": "test-model",
"tree": { "tree": {
"$path": "src" "$path": "src"
} }