Skip to content

Commit

Permalink
fix: add pointer to fix cli arg issue
Browse files Browse the repository at this point in the history
Signed-off-by: ismael FALL <[email protected]>
  • Loading branch information
Doozers committed Sep 5, 2022
1 parent aa4a5fb commit a0d21a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/pkg/yolosvc/driver_github.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type githubWorker struct {
repoConfigs []githubRepoConfig
}

func (worker githubWorker) ParseConfig() (bool, error) {
func (worker *githubWorker) ParseConfig() (bool, error) {
if worker.opts.ReposFilter == "" {
return false, nil
}
Expand Down

0 comments on commit a0d21a1

Please sign in to comment.