Skip to content

Commit 5738f46

Browse files
committed
fix(config): update database path description to include 'url'
1 parent 1269146 commit 5738f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl Config {
103103
println!(" - Discord webhook URL");
104104
println!(" - Bot name and avatar");
105105
println!(" - Monitoring settings");
106-
println!(" - Database path (SQLite file)");
106+
println!(" - Database path (SQLite file url)");
107107
println!();
108108
print!("Press Enter when you've finished editing the config file...");
109109
io::stdout().flush()?;

0 commit comments

Comments
 (0)