summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-11 01:19:07 -0600
committerJeff Carr <[email protected]>2024-12-11 01:19:07 -0600
commit2d981da765c0de80070fc776b2054034b9e2a8e4 (patch)
treed9871dca8e9cec4798ce7a5e220636741cacff7b /http.go
parent20b3fa352078071aa5ef3fcaa58f120bbe331fa1 (diff)
better checking
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()