Skip to content

Commit 921c988

Browse files
committed
website: maintainer update
1 parent 54f6616 commit 921c988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/maintainer/_project/_content.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ git clone \
2424
git -C ~/Work/xpack-build-box.git submodule update --init --recursive
2525
```
2626

27-
For the development version use the `develop` branch:
27+
For the development version use the `development` branch:
2828

2929
```sh
3030
rm -rf ~/Work/xpack-build-box.git; \
3131
git clone \
32-
--branch develop \
32+
--branch development \
3333
https://github.com/xpack/xpack-build-box.git \
3434
~/Work/xpack-build-box.git; \
3535
git -C ~/Work/xpack-build-box.git submodule update --init --recursive

0 commit comments

Comments
 (0)