Skip to content

Commit

Permalink
Fix rendering of info (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Jun 12, 2023
1 parent 60ea25f commit 3468748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/git-pair/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ func Info() {
}

for _, contributor := range contributors {
if contributor == "" {
continue
}
fmt.Printf("- %s\n", strings.Replace(contributor, git.CoAuthoredBy, "", 1))
}
}

0 comments on commit 3468748

Please sign in to comment.