Skip to content

Commit

Permalink
rapids-rattler-channel-string returns an array of string, not a str…
Browse files Browse the repository at this point in the history
…ing (#144)
  • Loading branch information
gforsyth authored Feb 12, 2025
1 parent 44729ef commit 4e9add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-rattler-channel-string
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ _add_c_prefix() {

rapids-logger "Using channels: ${channels[*]}"

RATTLER_CHANNELS=$(_add_c_prefix)
IFS=" " read -r -a RATTLER_CHANNELS <<< "$(_add_c_prefix)"
export RATTLER_CHANNELS

0 comments on commit 4e9add6

Please sign in to comment.