Skip to content

Commit 9d8cd23

Browse files
committed
Merge pull request #167 from queuebit/master
Fixes misspelling of exercism list command.
2 parents 4e6fcaf + 37f0414 commit 9d8cd23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func List(ctx *cli.Context) {
2020
args := ctx.Args()
2121

2222
if len(args) != 1 {
23-
msg := "Usage: execism list LANGUAGE"
23+
msg := "Usage: exercism list LANGUAGE"
2424
log.Fatal(msg)
2525
}
2626

0 commit comments

Comments
 (0)