diff --git a/leo/package/src/package.rs b/leo/package/src/package.rs index e9d96e7eb3..6a67ccc279 100644 --- a/leo/package/src/package.rs +++ b/leo/package/src/package.rs @@ -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)?;