Skip to content

Commit

Permalink
redirect user to cluster action-items instead of cluster overview (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorvezani authored Jun 9, 2023
1 parent 8bfed75 commit b876d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/polaris/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var auditCmd = &cobra.Command{
os.Exit(1)
}
logrus.Println("Success! You can see your results at:")
logrus.Printf("%s/orgs/%s/clusters/%s\n", insightsHost, auth.Organization, clusterName)
logrus.Printf("%s/orgs/%s/clusters/%s/action-items\n", insightsHost, auth.Organization, clusterName)
} else {
outputAudit(auditData, auditOutputFile, auditOutputURL, auditOutputFormat, useColor, onlyShowFailedTests)
}
Expand Down

0 comments on commit b876d30

Please sign in to comment.