From 9a4a80a4eaedcbdb0d79e6a395a9a72de3a2b3a3 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Thu, 21 Mar 2024 14:38:52 +0300 Subject: [PATCH] #8 Finalization RequestUpdate and RequestClose. --- cmd/pkgdashcli/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index 1848c80..74b5c81 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -231,7 +231,6 @@ func main() { } //err = gitSource.RequestClose(ctx, "master", "modernc.org/ccgo/v4") logger.Info(ctx, "Pkgdash successfully updated dependencies") - time.Sleep(time.Second * 5) } func getRepoMgmt() string {