Fix typo
This commit is contained in:
parent
0e6678534e
commit
82dc46f787
2 changed files with 4 additions and 1 deletions
|
@ -153,6 +153,9 @@ func (a *App) PublishNextInJira(dryRun bool) (bool, error) {
|
||||||
if err := a.Save(); err != nil {
|
if err := a.Save(); err != nil {
|
||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ToDo: print here the newly created issue
|
||||||
|
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ func ReportCmd() *cobra.Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.AddCommand(
|
cmd.AddCommand(
|
||||||
UserReportCmd(),
|
UsersReportCmd(),
|
||||||
)
|
)
|
||||||
|
|
||||||
return cmd
|
return cmd
|
||||||
|
|
Loading…
Reference in a new issue