Skip to content

Commit

Permalink
Update cmd/submit.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored May 7, 2024
1 parent fe0f8fe commit 5e86390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var submitCmd = &cobra.Command{
Long: `Submit your solution to an Exercism exercise.
Call the command with the list of files you want to submit.
If you omit the list of files, the CLI will attempt to submit
the appropriate solution files for the exercise.
If you omit the list of files, the CLI will submit the
default solution files for the exercise.
`,
RunE: func(cmd *cobra.Command, args []string) error {
cfg := config.NewConfig()
Expand Down

0 comments on commit 5e86390

Please sign in to comment.