nix-prefetch-git: fix error in home folder cleanup

This commit is contained in:
thomasjm 2024-10-23 00:46:11 -07:00
parent 86e4f7ed7c
commit 4f13c7cc7b

View File

@ -412,6 +412,7 @@ remove_tmpPath() {
}
remove_tmpHomePath() {
chmod -R u+w "$tmpHomePath"
rm -rf "$tmpHomePath"
}