Skip to content

Commit

Permalink
Debug: Glasgow only
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed May 15, 2024
1 parent 39adda8 commit b382e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/importBoardsTxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const headers = {
}

async function main() {
let boards = await getBoardsTxt()
let boards = ["https://github.com/GlasgowEmbedded/glasgow"]

if (flags.shuffle) {
boards = shuffle(boards)
}
Expand Down

0 comments on commit b382e6c

Please sign in to comment.