summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:05:34 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:05:34 +0300
commite96d2b4e4ceb84a502201fcd3a58934478687201 (patch)
tree2a7f5fe709f59f8de53ef27d8d3c53650b999d8f
parent7502ad35ac1ee3c60f80dff3aa8e3addb3a5bbc6 (diff)
downloadvyos1x-config-e96d2b4e4ceb84a502201fcd3a58934478687201.tar.gz
vyos1x-config-e96d2b4e4ceb84a502201fcd3a58934478687201.zip
general: T8595: clean leaked internal references
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index d0439eb..5108035 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -9,7 +9,7 @@ OCaml library that parses, manipulates, and serializes VyOS 1.x and EdgeOS confi
- License: LGPL-2.1 in tree (`LICENSE`); opam declares `MIT` (note the discrepancy if redistributing).
## Build / test / run
-- Local: `opam install . --deps-only` then `dune build -p vyos1x-config`.
+- Local: `opam install. --deps-only` then `dune build -p vyos1x-config`.
- Install: `dune install` (or via opam-pin).
- No `dune runtest` suite in tree; coverage comes from `libvyosconfig` and `vyos-1x` smoketests downstream.