Merge pull request #42129 from timbertson/fetchsubmodules

nix-prefetch-git: fix output `fetchSubmodules` property

authored by Matthew Justin Bauer and committed by GitHub 176380db 045686fe

+1 -1
+1 -1
pkgs/build-support/fetchgit/nix-prefetch-git
··· 356 356 "rev": "$(json_escape "$fullRev")", 357 357 "date": "$(json_escape "$commitDateStrict8601")", 358 358 "$(json_escape "$hashType")": "$(json_escape "$hash")", 359 - "fetchSubmodules": $([[ -n "fetchSubmodules" ]] && echo true || echo false) 359 + "fetchSubmodules": $([[ -n "$fetchSubmodules" ]] && echo true || echo false) 360 360 } 361 361 EOF 362 362 fi