summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:05:06 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:05:06 +0300
commited0baae84274d2a975c8ae7858fce46fb3f1276f (patch)
tree6c3afce88b0427e30e1df37dbdaaa9b8601d3e00
parent13b16320826acd8a16b9eadc4ff15b57d4a3c4d7 (diff)
downloadvyos-live-build-ed0baae84274d2a975c8ae7858fce46fb3f1276f.tar.gz
vyos-live-build-ed0baae84274d2a975c8ae7858fce46fb3f1276f.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 f2469fc65..5ebe35e7c 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -9,7 +9,7 @@ VyOS fork of Debian's [`live-build`](https://wiki.debian.org/DebianLive) — the
## Build / test / run
```
-dpkg-buildpackage -uc -us -tc -b # build the live-build .deb
+dpkg-buildpackage -uc -us -tc -b # build the live-build.deb
# Direct toolchain invocation usually goes through vyos/vyos-build's docker image,
# which installs this package and calls `lb config`/`lb build`.
```