Skip to content

Commit

Permalink
Update default Trainstat URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaramballypivot committed Sep 10, 2024
1 parent 7cd368b commit 230bd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notes/notes_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type IssuesQuery struct {
}

type TrainstatQuery struct {
TrainstatURL string `long:"trainstat-url" short:"tu" description:"trainstat url to fetch the release notes for component bumps" default:"https://trainstat.sc2-04-pcf1-apps.oc.vmware.com"`
TrainstatURL string `long:"trainstat-url" short:"tu" description:"trainstat url to fetch the release notes for component bumps" default:"https://tas-trainstat.eng.tanzu.broadcom.com"`
}

func TrainstatURL() string {
Expand Down

0 comments on commit 230bd9d

Please sign in to comment.