We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82412d commit 72c64aeCopy full SHA for 72c64ae
cmd/jira.go
@@ -22,7 +22,6 @@ package cmd
22
23
import (
24
"bytes"
25
- "fmt"
26
27
"github.com/gobuffalo/packr"
28
"github.com/spf13/cobra"
@@ -37,7 +36,7 @@ var versionCmd = &cobra.Command{
37
36
PreRun: jiraPreRun,
38
Run: func(cmd *cobra.Command, args []string) {
39
p := parseTemplate(viper.GetString("template"))
40
- fmt.Println(p)
+ commit(p)
41
},
42
}
43
0 commit comments