Skip to content

Commit 4c8aa5a

Browse files
committed
Fix pixi.toml
1 parent cf0b886 commit 4c8aa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build = { cmd = "cmake --build build --config RelWithDebInfo --target all", depe
4242
] }
4343

4444
# Run C++ example
45-
example = { cmd = "build/rerun_template", depends_on = ["build"] }
45+
example = { cmd = "build/rerun_vrs_example", depends_on = ["build"] }
4646

4747
# Format C++ code
4848
cpp-fmt = { cmd = "clang-format -i src/*.[hc]pp" }

0 commit comments

Comments
 (0)