aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/geniza-drive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/geniza-drive.rs')
-rw-r--r--src/bin/geniza-drive.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/geniza-drive.rs b/src/bin/geniza-drive.rs
index 42e06e2..385ec3d 100644
--- a/src/bin/geniza-drive.rs
+++ b/src/bin/geniza-drive.rs
@@ -141,7 +141,7 @@ fn run() -> Result<()> {
None => Path::new("/").join(path.file_name().unwrap()),
Some(p) => Path::new("/").join(p)
};
- drive.import_dir(&path, &fpath)?;
+ drive.import_dir_all(&path, &fpath)?;
}
("export-dir", Some(subm)) => {