Something works

This commit is contained in:
Alex Auvolat
2020-04-09 18:43:53 +02:00
parent 101444abb3
commit 1d786c2c66
10 changed files with 60 additions and 9 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ pub async fn run_server(config_file: PathBuf) -> Result<(), Error> {
.expect("Unable to read config file");
let mut db_path = config.metadata_dir.clone();
db_path.push("garage_metadata");
db_path.push("db");
let db = sled::open(db_path)
.expect("Unable to open DB");