Skip to content

Commit bdb1148

Browse files
committed
fix typo in comment in new_pr_from_branch
1 parent 9246833 commit bdb1148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ def new_pr_from_branch(branch_name, title=None, descr=None, pr_metadata=None):
13271327
sync_with_develop(git_repo, branch_name, pr_target_account, pr_target_repo)
13281328

13291329
# checkout target branch, to obtain diff with PR branch
1330-
# make sure right branch is being used by checkout it out via remotes/*
1330+
# make sure right branch is being used by checking it out via remotes/*
13311331
print_msg("checking out target branch '%s/%s'..." % (pr_target_account, pr_target_branch), log=_log)
13321332
remote = create_remote(git_repo, pr_target_account, pr_target_repo, https=True)
13331333
git_repo.git.fetch(remote.name)

0 commit comments

Comments
 (0)