Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Make sure we force push when the PR is updated.
Browse files Browse the repository at this point in the history
This resolves #10.
  • Loading branch information
brndnmtthws committed Mar 14, 2019
1 parent baba696 commit 4aa1e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ impl RepositoryExt for Repository {
push_options.remote_callbacks(get_remote_callbacks(&config::CONFIG.gitlab));

let refspec = format!(
"refs/heads/pr-{}/{}/{}:refs/heads/pr-{}/{}/{}",
"+refs/heads/pr-{}/{}/{}:refs/heads/pr-{}/{}/{}",
pr_handle.pr_number,
pr_handle.head_full_name,
pr_handle.gitref,
Expand Down

0 comments on commit 4aa1e5b

Please sign in to comment.