Skip to content

Commit

Permalink
Update lib/load-check-links-playbook.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Green <[email protected]>
  • Loading branch information
fantkolja and JackPGreen authored Nov 26, 2024
1 parent e9969b0 commit 2debd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/load-check-links-playbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function addCurrentBranch(repoSource, sources) {
branches: 'HEAD',
};

// - copy start_path(s) from the currentRepoSource
// - copy start_path(s) from the currentRepoSource
if (repoSource.start_path) {
currentBranchSource.start_path = repoSource.start_path.slice();
}
Expand Down

0 comments on commit 2debd65

Please sign in to comment.