diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-02-28 13:29:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 13:29:10 +0100 |
commit | da1f49c4e39c9f52e085057127bd64adc7d929bf (patch) | |
tree | ab6d927039fdaabbc8db1b7ee03a1f0a9cd8df11 | |
parent | 3d15dbadc243d63b600ac221f2769f6c20a10d43 (diff) | |
parent | d731235f6b53bd161e58003d70b945643ffd3170 (diff) |
Merge pull request #7904 from anatol/patch-1
Example uses gitlab.com thus clarify the comment
-rw-r--r-- | src/libfetchers/fetch-settings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfetchers/fetch-settings.hh b/src/libfetchers/fetch-settings.hh index f33cbdcfc..7049dea30 100644 --- a/src/libfetchers/fetch-settings.hh +++ b/src/libfetchers/fetch-settings.hh @@ -57,7 +57,7 @@ struct FetchSettings : public Config ``` This example specifies three tokens, one each for accessing - github.com, gitlab.mycompany.com, and sourceforge.net. + github.com, gitlab.mycompany.com, and gitlab.com. The `input.foo` uses the "gitlab" fetcher, which might requires specifying the token type along with the token |