Skip to content

Commit

Permalink
Fix typo in GitLab documentation
Browse files Browse the repository at this point in the history
A template name in the GitLab documentation read `export GITLAB_TOKEN=<gh-token>` when the intent was probably for it to read `export GITLAB_TOKEN=<gl-token>`

Signed-off-by: George Saussy <me@georgesaussy.com>
  • Loading branch information
GeorgeSaussy committed Dec 6, 2023
1 parent c7ab286 commit cc0bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/installation/bootstrap/gitlab.md
Expand Up @@ -27,7 +27,7 @@ with complete read/write access to the GitLab API.
The GitLab PAT can be exported as an environment variable:

```sh
export GITLAB_TOKEN=<gh-token>
export GITLAB_TOKEN=<gl-token>
```

If the `GITLAB_TOKEN` env var is not set, the bootstrap command will prompt you to type it the token.
Expand Down

0 comments on commit cc0bc35

Please sign in to comment.