Skip to content

Commit d324192

Browse files
committed
Fix snippet filename error
Signed-off-by: Vertexwahn <[email protected]>
1 parent fc49fe0 commit d324192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/integration/package_managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ repository can be referenced within a `MODULE.bazel` by rules such as `archive_o
155155
```
156156

157157
```ini title="WORKSPACE"
158-
--8<-- "integration/bazel/MODULE"
158+
--8<-- "integration/bazel/MODULE.bazel"
159159
```
160160

161161
```cpp title="example.cpp"

0 commit comments

Comments
 (0)