From 868fc519ce7d8cc49d268dcc8596d389484b5718 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Tue, 2 Apr 2024 23:04:11 +0300 Subject: [PATCH] #8 up readme. --- README.md | 2 +- cmd/pkgdashcli/main.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 63d0fb0..4bffb82 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ according to the git type you are using. branches: [master] source: type: gitea - apiurl: https://git.unistack.org/api/v1 + apiurl: git.unistack.org repository: pkgdash owner: unistack update_opt: diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index c8a5788..7939b2e 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -253,7 +253,6 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string } } logger.Debugf(ctx, fmt.Sprintf("Update successful for %s", path)) - return } for _, branch := range cfg.Branches { // update all dep for path, mod = range mvs {