summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8f7723b..c258732 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1082,7 +1082,7 @@ fn cmd_import(args: ImportArgs) {
1082 1082
1083 let mut ops = common_read_log_file(&args.common); 1083 let mut ops = common_read_log_file(&args.common);
1084 1084
1085 let store = BlobStore::new("blobs"); 1085 let store = common_create_blob_store(&args.common);
1086 let timestamp = args.timestamp.unwrap_or_else(get_timestamp); 1086 let timestamp = args.timestamp.unwrap_or_else(get_timestamp);
1087 let root = args.path.canonicalize().unwrap(); 1087 let root = args.path.canonicalize().unwrap();
1088 let import_mode = args.mode; 1088 let import_mode = args.mode;