Skip to content

Commit

Permalink
More quoting is more
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Nov 13, 2024
1 parent 47cc727 commit 22c5fb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@
pkgs.push(["\"dask-cuda" + cuda_suffix.slice(5)])
}

pkgs = pkgs.flatMap(pkg => '"' + pkg + '"');

// For every n packages add a new line with a "\" character
// We need i += n + 1 since the splice adds a new element to the array
if (this.active_release === "Stable") {
Expand Down

0 comments on commit 22c5fb2

Please sign in to comment.