diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-09 16:32:38 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-09 16:32:38 -0400 |
| commit | 5af26c0ed9a30e85da52c779863427e53800ef9d (patch) | |
| tree | 8791c1c069d609ec6033439309100e0494fce986 /cmd | |
| parent | 633459bd32c97794cada9e675ec82bd4ff55b1a5 (diff) | |
| download | x-5af26c0ed9a30e85da52c779863427e53800ef9d.tar.xz x-5af26c0ed9a30e85da52c779863427e53800ef9d.zip | |
cmd/within.website: lol oops how long was this broken for?
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/within.website/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index af613df..ecb2663 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -19,7 +19,7 @@ import ( var ( domain = flag.String("domain", "within.website", "domain this is run on") githubUsername = flag.String("github-user", "Xe", "GitHub username for GitHub repos") - gogsDomain = flag.String("gogs-url", "https://git.xeserv.us", "Gogs domain to use") + gogsDomain = flag.String("gogs-url", "git.xeserv.us", "Gogs domain to use") gogsUsername = flag.String("gogs-username", "xena", "Gogs username for above Gogs instance") port = flag.String("port", "2134", "HTTP port to listen on") goProxyServer = flag.String("go-proxy-server", "https://cache.greedo.xeserv.us", "go proxy server to point to for go module clients") |
