diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2023-02-24 07:17:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 07:17:47 -0800 |
commit | d731235f6b53bd161e58003d70b945643ffd3170 (patch) | |
tree | a3de9a9b154a706074ec59ba0b490aff45f07de1 /src/libfetchers/fetch-settings.hh | |
parent | 92611e6e4c1c5c712ca7d5f9a258640662d006df (diff) |
Example uses gitlab.com thus clarify the comment
Diffstat (limited to 'src/libfetchers/fetch-settings.hh')
-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 |