fix typo
This commit is contained in:
parent
d847029f56
commit
742b2740a6
2
main.go
2
main.go
@ -21,7 +21,7 @@ func envOr(name string, def string) string {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
repos := envOr("GITLE_REPOS", "/var/gitle/repos")
|
repos := envOr("GITLE_REPOS", "/var/gitle/repos")
|
||||||
akSrc := envOr("GITLE_AUTH_KEYS", "var/gitle/authorized_keys")
|
akSrc := envOr("GITLE_AUTH_KEYS", "/var/gitle/authorized_keys")
|
||||||
hostKey := envOr("GITLE_HOST_KEY", "/var/gitle/host_key")
|
hostKey := envOr("GITLE_HOST_KEY", "/var/gitle/host_key")
|
||||||
port := envOr("GITLE_PORT", ":2222")
|
port := envOr("GITLE_PORT", ":2222")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user