Add line for pr create

This commit is contained in:
Corey Johnson 2019-12-16 10:54:22 -08:00
parent fcf00bd870
commit 2b53172ebe

View file

@ -45,6 +45,8 @@ func prCreate(cmd *cobra.Command, _ []string) error {
return err
}
fmt.Fprintf(colorableOut(cmd), "Creating pull request for %s in %s/%s\n", utils.Cyan("["+head+"]"), repo.RepoOwner(), repo.RepoName())
if err = git.Push(remote, fmt.Sprintf("HEAD:%s", head)); err != nil {
return err
}