Skip to content

Commit e4657c9

Browse files
committed
Add gofmt failure to prove travis fails
1 parent 6b1b8ca commit e4657c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/download.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"github.com/spf13/cobra"
1919
"github.com/spf13/pflag"
2020
"github.com/spf13/viper"
21+
"github.com/exercism/cli/debug"
2122
)
2223

2324
// downloadCmd represents the download command
@@ -66,6 +67,7 @@ func runDownload(cfg config.Config, flags *pflag.FlagSet, args []string) error {
6667
return err
6768
}
6869
if uuid != "" && slug != "" || uuid == slug {
70+
debug.Printf("need to go in exercism website ,open the track and choose the exercise, \nthen copy the available link for download.\n ")
6971
return errors.New("need an --exercise name or a solution --uuid")
7072
}
7173

0 commit comments

Comments
 (0)