Skip to content

Commit

Permalink
Merge pull request #622 from exercism/multi-file
Browse files Browse the repository at this point in the history
Fix multi-file submission bug
  • Loading branch information
Katrina Owen authored Jul 13, 2018
2 parents f783276 + 03fc483 commit 6d45d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ If called with the name of an exercise, it will work out which
track it is on and submit it. The command will ask for help
figuring things out if necessary.
`,
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
cfg := config.NewConfiguration()

Expand Down

0 comments on commit 6d45d14

Please sign in to comment.