Merge pull request #13584 from zimbatm/nix-prefetch-git-json

nix-prefetch-git: change the default output to JSON
This commit is contained in:
zimbatm 2016-03-01 10:07:00 +00:00
commit 0d2e437fc9

View File

@ -325,9 +325,9 @@ print_results() {
fi
if test -n "$hash"; then
echo "{"
echo " url = \"$url\";"
echo " rev = \"$fullRev\";"
echo " $hashType = \"$hash\";"
echo " \"url\": \"$url\","
echo " \"rev\": \"$fullRev\","
echo " \"$hashType\": \"$hash\""
echo "}"
fi
}