aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/geniza-drive.rs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-12-05 00:35:50 -0800
committerbnewbold <bnewbold@robocracy.org>2017-12-06 00:06:10 -0800
commitbb0c08af63dcef7ad4ea82d65ffe5a33ffa109e3 (patch)
treec3847e45234e8c26256d78b2aa213374fec6abac /src/bin/geniza-drive.rs
parentf27bc0b98bfa5337354dca6baa866c6736278c49 (diff)
downloadgeniza-bb0c08af63dcef7ad4ea82d65ffe5a33ffa109e3.tar.gz
geniza-bb0c08af63dcef7ad4ea82d65ffe5a33ffa109e3.zip
tweak drive API name to be more like tar
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)) => {