From 2debd654f6bbe569a5ae39812035b961b30d6faa Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Tue, 26 Nov 2024 20:26:14 +0200 Subject: [PATCH] Update lib/load-check-links-playbook.js Co-authored-by: Jack Green --- lib/load-check-links-playbook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/load-check-links-playbook.js b/lib/load-check-links-playbook.js index c9d99896..c906b5a9 100644 --- a/lib/load-check-links-playbook.js +++ b/lib/load-check-links-playbook.js @@ -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(); }