Skip to content

Commit 6d20f54

Browse files
authored
Reword comment & fix typo
1 parent ce02c34 commit 6d20f54

File tree

1 file changed

+1
-1
lines changed
  • common/lib/dependabot/pull_request_updater

1 file changed

+1
-1
lines changed

common/lib/dependabot/pull_request_updater/azure.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def source_branch_exists?
5353
end
5454

5555
# Currently the PR diff in ADO shows difference in commits instead of actual diff in files.
56-
# This workaround is done to get the target branch commit history on the source branch alongwith file changes
56+
# This workaround puts the target branch commit history on the source branch along with the file changes.
5757
def update_source_branch
5858
# 1) Push the file changes to a newly created temporary branch (from base commit)
5959
new_commit = create_temp_branch

0 commit comments

Comments
 (0)