@ -73,7 +73,7 @@ fn do_the_pulling(repos: Vec<String>, verbose: bool, params: &PullParams) {
.unwrap();
}
// Return to root dir
env::set_current_dir(root_dir).unwrap();
env::set_current_dir(&root_dir).unwrap();
log!(
verbose,
"Returned to root dir: {:?}",