did the distrobox stuff
This commit is contained in:
@@ -192,7 +192,7 @@ pub fn new_project(projects: &mut Vec<Project>, project_dir: &PathBuf, notes_dir
|
||||
id: new_id,
|
||||
boxname: box_name,
|
||||
};
|
||||
make_box(&new_project, &tools_dir, &boxtemplate);
|
||||
make_box(&new_project, &tools_dir, &boxtemplate, true);
|
||||
projects.push(new_project);
|
||||
save_projects(projects, config_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user