diff options
| author | bnewbold <bnewbold@robocracy.org> | 2017-12-05 00:35:50 -0800 | 
|---|---|---|
| committer | bnewbold <bnewbold@robocracy.org> | 2017-12-06 00:06:10 -0800 | 
| commit | bb0c08af63dcef7ad4ea82d65ffe5a33ffa109e3 (patch) | |
| tree | c3847e45234e8c26256d78b2aa213374fec6abac /src/bin/geniza-drive.rs | |
| parent | f27bc0b98bfa5337354dca6baa866c6736278c49 (diff) | |
| download | geniza-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.rs | 2 | 
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)) => {  | 
