Skip to content

Commit 5610084

Browse files
Update configuration.rs
Co-authored-by: Julian Domke <[email protected]>
1 parent 4288e29 commit 5610084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pglt_workspace/src/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub fn create_config(
169169
}
170170
})?;
171171

172-
// we now check if biome is installed inside `node_modules` and if so, we use the schema from there
172+
// we now check if pglt is installed inside `node_modules` and if so, we use the schema from there
173173
if VERSION == "0.0.0" {
174174
let schema_path = Path::new("./node_modules/@pglt/pglt/schema.json");
175175
let options = OpenOptions::default().read(true);

0 commit comments

Comments
 (0)