Skip to content

Commit

Permalink
fixed bad repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Dec 7, 2023
1 parent 202526a commit 89681c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/domain/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func LoadStats4AllSites() types.Arc42Statistics {
a42s.Stats4Site[index] = Stats4Sites[index]
a42s.Stats4Site[index].NrOfOpenIssues = Stats4Repos[index].NrOfOpenIssues
a42s.Stats4Site[index].NrOfOpenBugs = Stats4Repos[index].NrOfOpenBugs
a42s.Stats4Site[index].Repo = Stats4Repos[index].Repo
}

// now calculate totals
Expand Down

0 comments on commit 89681c5

Please sign in to comment.