We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a01f9 commit f0af219Copy full SHA for f0af219
scripts/msrv.sh
@@ -38,7 +38,7 @@ installed_version=$(rustup toolchain list | grep "$RUST_VERSION" | awk '{print $
38
39
# Read the configuration file and get the packages for the specified version
40
if [ -f "$CONFIG_FILE" ]; then
41
- packages=$(jq -r --arg version "$RUST_VERSION" '.[$version] | .[]' "$CONFIG_FILE")
+ packages=$(jq -r --arg version "$RUST_VERSION" '.[$version] | .[]' "$CONFIG_FILE" | tr '\n' ' ')
42
if [ -z "$packages" ]; then
43
echo "No packages found for Rust version $RUST_VERSION in the configuration file."
44
exit 1
0 commit comments