nix-prefetch-git: fix error in home folder cleanup (#350683)
This commit is contained in:
@@ -412,6 +412,7 @@ remove_tmpPath() {
|
||||
}
|
||||
|
||||
remove_tmpHomePath() {
|
||||
chmod -R u+w "$tmpHomePath"
|
||||
rm -rf "$tmpHomePath"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user