Unverified Commit c73098df authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

nix-prefetch-git: fix error in home folder cleanup (#350683)

parents ad8d0516 4f13c7cc
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"
}