aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/main.go
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-07-30 10:40:03 -0400
committerXe Iaso <me@xeiaso.net>2023-07-30 10:40:03 -0400
commit8b3c21be2f6c51e0e26e283d40439bb67fd1151c (patch)
tree6c47737fb1ff922a883adce277d9739005b41214 /cmd/within.website/main.go
parentef73e8be518293efddee401a7e0a01e72185605a (diff)
downloadx-8b3c21be2f6c51e0e26e283d40439bb67fd1151c.tar.xz
x-8b3c21be2f6c51e0e26e283d40439bb67fd1151c.zip
various patches
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/within.website/main.go')
-rw-r--r--cmd/within.website/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index b87653d..1b782f6 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -26,7 +26,7 @@ var (
type Repo struct {
Kind string `json:"kind"`
Domain string `json:"domain"`
- User string `json:"string"`
+ User string `json:"user"`
Repo string `json:"repo"`
Description string `json:"description"`
}