Skip to content

Commit be92352

Browse files
Guy Hughesguyzmo
authored andcommitted
docs for fqdn > url
1 parent 55ad487 commit be92352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git_repo/repo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
Configuration options:
6363
alias Name to use for the git remote
6464
url URL of the repository
65-
token Private token to use for connecting to the service
65+
fqdn URL of the repository
6666
type Name of the service to use (github, gitlab, bitbucket)
6767
6868
Configuration example:
@@ -74,7 +74,7 @@
7474
[gitrepo "personal"]
7575
type = gitlab
7676
token = yourapitoken
77-
url = http://custom.org
77+
fqdn = custom.org
7878
7979
{self} version {version}, Copyright ⓒ2016 Bernard `Guyzmo` Pratz
8080
{self} comes with ABSOLUTELY NO WARRANTY; for more informations

0 commit comments

Comments
 (0)