Skip to content

Commit c97178d

Browse files
committed
Fix typo
1 parent 2fdacf4 commit c97178d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ outputs = ["**/*.*pp"]
179179
description = "Run clang-format on the codebase."
180180

181181
[feature.dev.tasks.init-lsp]
182-
cmd = "ln -sf build/dev/debug-native/compile_commands.json"
182+
cmd = "ln -sf build/dev/dev-native/compile_commands.json"
183183
depends-on = [
184184
{ task = "configure", args = [
185185
"dev-native",

0 commit comments

Comments
 (0)