diff --git a/multinode-demo/common.sh b/multinode-demo/common.sh index 73846a4fe6..a70b2e4e4f 100644 --- a/multinode-demo/common.sh +++ b/multinode-demo/common.sh @@ -36,7 +36,7 @@ else declare features="--features=" if [[ "$program" =~ ^(.*)-cuda$ ]]; then program=${BASH_REMATCH[1]} - features+="cuda," + features+="cuda" fi if [[ -r "$SOLANA_ROOT/$program"/Cargo.toml ]]; then maybe_package="--package solana-$program"