mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Fix woodpecker-go (#2090)
Closes #2083 This is breaking because I removed the old, unused `sync` parameter (#2083).
This commit is contained in:
@@ -27,7 +27,7 @@ func repoSync(c *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
repos, err := client.RepoListOpts(true, true)
|
||||
repos, err := client.RepoListOpts(true)
|
||||
if err != nil || len(repos) == 0 {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user