diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-01 15:14:58 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-01 15:14:58 +0300 |
| commit | 84b5aa13a0e6e5c8c9884ae3f973e560e7d4c59b (patch) | |
| tree | 5e87585744a8e9e8063ba5e755e17771e5a280d4 /src/cfg/config.rs | |
| parent | 4262072d0d79449da6b94fb8863064c3fe7998d5 (diff) | |
Fixed test logic and formatted code
Diffstat (limited to 'src/cfg/config.rs')
| -rw-r--r-- | src/cfg/config.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cfg/config.rs b/src/cfg/config.rs index 521ffcc..08cdbd9 100644 --- a/src/cfg/config.rs +++ b/src/cfg/config.rs @@ -71,7 +71,11 @@ impl Config { repo_url: format!("https://mesk.anthrill.i2p/repo/{}/", std::env::consts::ARCH), auto_update: true, destination: (String::from("mesk"), String::from("mesk")), - repo_http_url: format!("http://github.com/Anthrill/repo-mirror/{}", std::env::consts::ARCH).into(), + repo_http_url: format!( + "http://github.com/Anthrill/repo-mirror/{}", + std::env::consts::ARCH + ) + .into(), // Its a hurt place, you need to generate destinations by i2pd and paste here (to mesk.toml) // Better to leave it empty or set it to (mesk, mesk), now destination conn not implemented }, |
