pull: allow pulling from ppa
This commit is contained in:
+1
-1
@@ -590,7 +590,7 @@ mod tests {
|
||||
let cwd = temp_dir.path();
|
||||
|
||||
// Main 'pull' command: the one we want to test
|
||||
let info = crate::package_info::lookup(package, None, series, "", dist, None)
|
||||
let info = crate::package_info::lookup(package, None, series, "", dist, None, None)
|
||||
.await
|
||||
.unwrap();
|
||||
pull(&info, Some(cwd), None, archive.unwrap_or(false))
|
||||
|
||||
Reference in New Issue
Block a user