Skip to content

Commit d24ffbc

Browse files
committed
correct typo in config.rs
1 parent e64f965 commit d24ffbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub fn display_db_location(is_local: bool) {
9292
false => {
9393
println!(
9494
"{}",
95-
format!("🏠 Using glocal database at: ~/{}", DB_JSON_FILE)
95+
format!("🏠 Using global database at: ~/{}", DB_JSON_FILE)
9696
.bright_black()
9797
.italic()
9898
);

0 commit comments

Comments
 (0)