diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-08-18 15:38:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 15:38:31 +0700 |
commit | 9440c432cc29276f04a0b1bf111b3a1da0600da0 (patch) | |
tree | c88530d1a4015e17d9b4f8e978ec68398dcd9371 /docs | |
parent | 7c4b263b63f6630da17cafc3dd444c45fd76e26d (diff) | |
parent | fc6da82d5e8a2b657604320e35fc613938221aa1 (diff) | |
download | vyos-documentation-9440c432cc29276f04a0b1bf111b3a1da0600da0.tar.gz vyos-documentation-9440c432cc29276f04a0b1bf111b3a1da0600da0.zip |
Merge pull request #309 from debrunet/patch-1
Fix “rollign” typo.
Diffstat (limited to 'docs')
-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. |