Skip to content

Commit

Permalink
Merge pull request #200 from sobit/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
eparis committed Nov 24, 2015
2 parents b167d9b + 9e39e41 commit 1c44ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/cmd/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import (
"github.com/spf13/cobra"
)
// {{.cmdName}}Cmd respresents the {{.cmdName}} command
// {{.cmdName}}Cmd represents the {{.cmdName}} command
var {{ .cmdName }}Cmd = &cobra.Command{
Use: "{{ .cmdName }}",
Short: "A brief description of your command",
Expand Down

0 comments on commit 1c44ec8

Please sign in to comment.