+1
-1
cmd/keyfetch/main.go
+1
-1
cmd/keyfetch/main.go
···
10
10
)
11
11
12
12
func main() {
13
-
endpoint := flag.String("internal-api", "http://localhost:5555", "Internal API endpoint")
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