app: remove ollama update url env var used for testing (#15905)

This commit is contained in:
Bruce MacDonald 2026-04-30 23:14:08 +03:00 committed by GitHub
parent c7c2837c96
commit 917324bb4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,10 +157,6 @@ func main() {
}
}
if u := os.Getenv("OLLAMA_UPDATE_URL"); u != "" {
updater.UpdateCheckURLBase = u
}
// Detect if this is a first start after an upgrade, in
// which case we need to do some cleanup
var skipMove bool