Skip to content

Commit

Permalink
Merge pull request #1736 from GeorgeSaussy/patch-1
Browse files Browse the repository at this point in the history
Fix typo in GitLab documentation
  • Loading branch information
hiddeco committed Dec 6, 2023
2 parents c7ab286 + cc0bc35 commit f003d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/installation/bootstrap/gitlab.md
Original file line number Diff line number Diff line change
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 f003d9d

Please sign in to comment.