summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.go b/http.go
index 512394e..78e5365 100644
--- a/http.go
+++ b/http.go
@@ -167,6 +167,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
// destroy and recreate the go.sum
fixGodeps(check)
+ findOk = true
return
case "/showNext":
showNext()