Commit 4f13c7cc authored by thomasjm's avatar thomasjm
Browse files

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

parent 86e4f7ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -412,6 +412,7 @@ remove_tmpPath() {
}

remove_tmpHomePath() {
    chmod -R u+w "$tmpHomePath"
    rm -rf "$tmpHomePath"
}