Skip to content

Commit

Permalink
troubleshoot command should not recommend creating a github issue (#1122
Browse files Browse the repository at this point in the history
)

Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
glennj and ErikSchierboom authored May 2, 2024
1 parent 664afb7 commit f2ee85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/troubleshoot.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var troubleshootCmd = &cobra.Command{
Long: `Provides output to help with troubleshooting.
If you're running into trouble, copy and paste the output from the troubleshoot
command into a GitHub issue so we can help figure out what's going on.
command into a topic on the Exercism forum so we can help figure out what's going on.
`,
RunE: func(cmd *cobra.Command, args []string) error {
cli.TimeoutInSeconds = cli.TimeoutInSeconds * 2
Expand Down Expand Up @@ -255,8 +255,8 @@ API Reachability
* {{ .Latency }}
{{ end }}
If you are having trouble please file a GitHub issue at
https://github.com/exercism/exercism.io/issues and include
If you are having trouble, please create a new topic in the Exercism forum
at https://forum.exercism.org/c/support/cli/10 and include
this information.
{{ if not .Censor }}
Don't share your API key. Keep that private.
Expand Down

0 comments on commit f2ee85a

Please sign in to comment.