Skip to content

Commit fc241c1

Browse files
committed
Fix build
1 parent 5fd73be commit fc241c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/src/commands/create.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ pub async fn run(args: CreateArgs) -> Result<()> {
395395
fs_path: f.fs_path,
396396
box_path: f.box_path,
397397
config: f.config,
398+
attrs: Default::default(),
398399
})
399400
.collect();
400401

0 commit comments

Comments
 (0)