Skip to content

Commit

Permalink
fix(ghpr): Remove redundant arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jan 27, 2024
1 parent 67ab299 commit b70f08d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/ghpr/ghpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ func NewPullRequestFromID(ctx context.Context, client *ghapi.GithubClient, ghOrg
"git",
"-C", pr.localRepo,
"rebase",
"--merge",
"--force-rebase",
fmt.Sprintf("origin/%s", pr.baseBranch),
)
rebase.Stdout = log.G(ctx).WriterLevel(logrus.ErrorLevel)
Expand Down

0 comments on commit b70f08d

Please sign in to comment.