Skip to content

Commit

Permalink
Fix reference not a tree
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
  • Loading branch information
kim0 committed Jul 21, 2022
1 parent 8695d6a commit 8d1e79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/uplift.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ def main():
else:
print('[WARNING] Pull request ' + str(pr_number) + ' has not been merged yet.')

execute(['git', 'fetch', 'origin', 'pull/' +
args.uplift_using_pr + '/head'])
# create local branch which matches the contents of the PR
with scoped_cwd(BRAVE_CORE_ROOT):
# check if branch exists already
Expand Down

0 comments on commit 8d1e79b

Please sign in to comment.