From dd7771d5351bc55fabf35501279b96947352cb61 Mon Sep 17 00:00:00 2001 From: Finn Herzfeld Date: Wed, 5 Dec 2018 13:19:28 -0800 Subject: [PATCH] Correctly spell reconcile --- testhelper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhelper.go b/testhelper.go index 89fb0c1..a446ff9 100644 --- a/testhelper.go +++ b/testhelper.go @@ -28,7 +28,7 @@ func main() { fmt.Fprintf(w, "%s\n", code) }) - http.HandleFunc("/v1/directory/reconsole", func(w http.ResponseWriter, r *http.Request) { + http.HandleFunc("/v1/directory/reconcile", func(w http.ResponseWriter, r *http.Request) { log.Printf("%s", r.Body) }) log.Fatal(http.ListenAndServe(":8082", nil))