Skip to content

Commit a407f19

Browse files
authored
chore: naming
1 parent 3c65a4e commit a407f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/pgls_cli/src/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ fn command_name() -> String {
1414
current_exe()
1515
.ok()
1616
.and_then(|path| Some(path.file_name()?.to_str()?.to_string()))
17-
.unwrap_or_else(|| String::from("postgrestools"))
17+
.unwrap_or_else(|| String::from("postgres-language-server"))
1818
}
1919

20-
/// A diagnostic that is emitted when running Postgres Tools via CLI.
20+
/// A diagnostic that is emitted when running Postgres Language Server via CLI.
2121
///
2222
/// When displaying the diagnostic,
2323
#[derive(Debug, Diagnostic)]

0 commit comments

Comments
 (0)