1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Fix typos in flux bootstrap documentation

Signed-off-by: Ernest Wong <chwong719@gmail.com>
This commit is contained in:
Ernest Wong
2023-12-05 16:51:32 -08:00
parent 3da7e1ce2d
commit 5685afb9d5
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ the bootstrap command will perform an upgrade if needed.`,
# Run bootstrap for a private repository hosted on a GitLab server
flux bootstrap gitlab --owner=<group> --repository=<repository name> --hostname=<domain> --token-auth
# Run bootstrap for a an existing repository with a branch named main
# Run bootstrap for an existing repository with a branch named main
flux bootstrap gitlab --owner=<organization> --repository=<repository name> --branch=main --token-auth
# Run bootstrap for a private repository using Deploy Token authentication