Skip to content

Commit

Permalink
typo(config): public url comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 2, 2023
1 parent 64598e6 commit 9280d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/config/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ssh:
listen_addr: "{{ .SSH.ListenAddr }}"
# The public URL of the SSH server.
# This is the address will be used to clone repositories.
# This is the address that will be used to clone repositories.
public_url: "{{ .SSH.PublicURL }}"
# The path to the SSH server's private key.
Expand Down Expand Up @@ -66,7 +66,7 @@ http:
tls_cert_path: "{{ .HTTP.TLSCertPath }}"
# The public URL of the HTTP server.
# This is the address will be used to clone repositories.
# This is the address that will be used to clone repositories.
# Make sure to use https:// if you are using TLS.
public_url: "{{ .HTTP.PublicURL }}"
Expand Down

0 comments on commit 9280d2a

Please sign in to comment.