print the table of the patches
This commit is contained in:
parent
bda5fb4fbe
commit
9c87e1a040
|
@ -53,7 +53,7 @@ func doPatchSubmit() error {
|
||||||
log.Info("did not find any patches")
|
log.Info("did not find any patches")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
pset.Patches.PrintTable()
|
pset.PrintTable()
|
||||||
_, _, err = pset.HttpPost(myServer(), "new")
|
_, _, err = pset.HttpPost(myServer(), "new")
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue