diff options
author | Florent Brunet de Rochebrune <61621711+debrunet@users.noreply.github.com> | 2020-08-18 07:54:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 07:54:39 +0200 |
commit | fc6da82d5e8a2b657604320e35fc613938221aa1 (patch) | |
tree | c88530d1a4015e17d9b4f8e978ec68398dcd9371 /docs/contributing | |
parent | 7c4b263b63f6630da17cafc3dd444c45fd76e26d (diff) | |
download | vyos-documentation-fc6da82d5e8a2b657604320e35fc613938221aa1.tar.gz vyos-documentation-fc6da82d5e8a2b657604320e35fc613938221aa1.zip |
Fix “rollign” typo.
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/build-vyos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 09f8150d..43c1e608 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -93,7 +93,7 @@ The container can also be built directly from source: $ cd vyos-build $ docker build -t vyos/vyos-build:crux docker # For VyOS 1.2 - $ docker build -t vyos/vyos-build docker # For rollign release + $ docker build -t vyos/vyos-build docker # For rolling release .. note:: Since VyOS has switched to Debian (10) Buster in its ``current`` branch, you will require individual container for `current` and `crux` builds. |