We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64f965 commit d24ffbcCopy full SHA for d24ffbc
1 file changed
src/util/config.rs
@@ -92,7 +92,7 @@ pub fn display_db_location(is_local: bool) {
92
false => {
93
println!(
94
"{}",
95
- format!("🏠 Using glocal database at: ~/{}", DB_JSON_FILE)
+ format!("🏠 Using global database at: ~/{}", DB_JSON_FILE)
96
.bright_black()
97
.italic()
98
);
0 commit comments