tangled
alpha
login
or
join now
willdot.net
/
tangled-fork
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
keyfetch: correct internal api endpoint
anirudh.fi
1 year ago
06b9f8f8
65dc25f1
+1
-1
1 changed file
expand all
collapse all
unified
split
cmd
keyfetch
main.go
+1
-1
cmd/keyfetch/main.go
···
10
10
)
11
11
12
12
func main() {
13
13
-
endpoint := flag.String("internal-api", "http://localhost:5555", "Internal API endpoint")
13
13
+
endpoint := flag.String("internal-api", "http://localhost:5444", "Internal API endpoint")
14
14
repoguardPath := flag.String("repoguard-path", "/home/git/repoguard", "Path to the repoguard binary")
15
15
flag.Parse()
16
16