Fix clippy warnings
This commit is contained in:
@@ -60,7 +60,7 @@ async fn start(config: &Config) {
|
||||
//
|
||||
// write the config files for the api server and database client
|
||||
println!("Writing config files...");
|
||||
write_env_files(&db_config);
|
||||
write_env_files(db_config);
|
||||
println!("Config files written to:");
|
||||
println!(" - {}", to_absolute_path(API_CONFIG_PATH).display());
|
||||
println!(" - {}", to_absolute_path(DB_CONFIG_PATH).display());
|
||||
|
||||
Reference in New Issue
Block a user