Skip to content

Commit

Permalink
Merge branch 'ag/script-slice' of https://github.com/kitspace/kitspac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitspace Auto-Merge Bot committed Jul 22, 2023
2 parents bfc12f0 + 188fb5a commit 3b47f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/importBoardsTxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ async function main() {
let boards = (await getBoardsTxt())
if (flags.shuffle) {
boards = shuffle(boards)
.slice(0, flags.numberOfRepos)
}
boards = boards.slice(0, flags.numberOfRepos)
const GithubReposDescriptions = await getAllGithubReposDescriptions(boards)

const progress = new ProgressBar({
Expand Down

0 comments on commit 3b47f58

Please sign in to comment.