Skip to content

Commit

Permalink
rapids-rattler-channel-string returns an array of string, not a string
Browse files Browse the repository at this point in the history
This is to allow expanding these arguments to `rattler-build` in a
controlled way, (`rattler-build build ... "${RATTLER_CHANNELS[@]}"`)
  • Loading branch information
gforsyth committed Feb 12, 2025
1 parent 44729ef commit 03d00f8
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)
RATTLER_CHANNELS=($(_add_c_prefix))
export RATTLER_CHANNELS

0 comments on commit 03d00f8

Please sign in to comment.