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(); }