nix-prefetch-git: fix output fetchSubmodules
property
This commit is contained in:
parent
95a8cb3ade
commit
c5454933a1
@ -356,7 +356,7 @@ print_results() {
|
|||||||
"rev": "$(json_escape "$fullRev")",
|
"rev": "$(json_escape "$fullRev")",
|
||||||
"date": "$(json_escape "$commitDateStrict8601")",
|
"date": "$(json_escape "$commitDateStrict8601")",
|
||||||
"$(json_escape "$hashType")": "$(json_escape "$hash")",
|
"$(json_escape "$hashType")": "$(json_escape "$hash")",
|
||||||
"fetchSubmodules": $([[ -n "fetchSubmodules" ]] && echo true || echo false)
|
"fetchSubmodules": $([[ -n "$fetchSubmodules" ]] && echo true || echo false)
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user