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