Skip to content

Commit 72c64ae

Browse files
author
R0n0066
committed
update (jira): Add commit call to jira command
1 parent b82412d commit 72c64ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/jira.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ package cmd
2222

2323
import (
2424
"bytes"
25-
"fmt"
2625

2726
"github.com/gobuffalo/packr"
2827
"github.com/spf13/cobra"
@@ -37,7 +36,7 @@ var versionCmd = &cobra.Command{
3736
PreRun: jiraPreRun,
3837
Run: func(cmd *cobra.Command, args []string) {
3938
p := parseTemplate(viper.GetString("template"))
40-
fmt.Println(p)
39+
commit(p)
4140
},
4241
}
4342

0 commit comments

Comments
 (0)