Skip to content

Commit

Permalink
Fix export-templates option (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pountney committed Oct 15, 2015
1 parent 47ced2f commit 4d7fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Command Options:
case "browse":
opts["browse"] = true
err = c.Browse(args[0])
case "export-tempaltes":
case "export-templates":
err = c.CmdExportTemplates()
case "assign":
err = c.CmdAssign(args[0], args[1])
Expand Down

0 comments on commit 4d7fdb8

Please sign in to comment.