Skip to content

Commit

Permalink
fix:undo removing unrelated linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
josealdaco committed Nov 9, 2023
1 parent 06c8ad8 commit b4ff2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd-run.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func run(cmd *cobra.Command, _ []string) error {
Email: authorEmail,
}
}

var regExIncludeRepository *regexp.Regexp
var regExExcludeRepository *regexp.Regexp
if repoInclude != "" {
Expand Down
1 change: 1 addition & 0 deletions internal/multigitter/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (r *Runner) Run(ctx context.Context) error {
if err != nil {
return errors.Wrap(err, "could not fetch repositories")
}

repos = filterRepositories(repos, r.SkipRepository, r.RegExIncludeRepository, r.RegExExcludeRepository)

if len(repos) == 0 {
Expand Down

0 comments on commit b4ff2b2

Please sign in to comment.