This commit is contained in:
Pranav Gaddamadugu 2022-07-18 11:30:13 -07:00
parent c67e816a6c
commit e24e876d70

View File

@ -173,7 +173,7 @@ impl Package {
InputsDirectory::create(path)?;
// Create the Leo build/ directory
BuildDirectory::create(&path)?;
BuildDirectory::create(path)?;
// Create the input file in the inputs directory.
InputFile::new(package_name).write_to(path)?;