Merge pull request #164133 from IvarWithoutBones/fix/nuget-to-nix

nuget-to-nix: add missing comma
This commit is contained in:
Artturi 2022-03-15 03:46:39 +02:00 committed by GitHub
commit d41730c72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ fi
pkgs=$1
tmpfile=$(mktemp /tmp/nuget-to-nix.XXXXXX)
trap 'rm -f "$tmpfile" EXIT
trap "rm -f ${tmpfile}" EXIT
echo "{ fetchNuGet }: ["