gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
1.99k stars 252 forks source link

Refresh Now button loads previous project #387

Closed scottfeldman closed 2 years ago

scottfeldman commented 2 years ago

On github, I've imported a repo from my personal account to an organization under my personal account. After doing so, I'm getting odd behavior on the imported repo. If I hit refresh button on Go Report Card summary page, the page reloads with the old project, the one I imported from.

I start out here: https://goreportcard.com/report/github.com/merliot/merle

--> hit the Refresh button <--

And it reloads here: https://goreportcard.com/report/github.com/scottfeldman/merle

Repo merliot/merle was imported from scottfeldman/merle.

scottfeldman commented 2 years ago

Had some stale references to old project in go.mod....fixed and closing this issue.