mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
fix: indentation error when registering
This commit is contained in:
@@ -101,9 +101,9 @@ pub fn register(host: &str, screen_name: &str) {
|
||||
|
||||
println!(
|
||||
"Please insert the following block at the end of your configuration file:
|
||||
[mastodon.{}]
|
||||
twitter_screen_name = \"{}\"
|
||||
{}",
|
||||
[mastodon.{}]
|
||||
twitter_screen_name = \"{}\"
|
||||
{}",
|
||||
screen_name.to_lowercase(),
|
||||
screen_name,
|
||||
toml
|
||||
|
Reference in New Issue
Block a user