mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
Fix cleanup script.
This commit is contained in:
parent
4651201b6c
commit
6c5034164c
@ -62,7 +62,7 @@ function Digest-MD5 ($path) {
|
||||
}
|
||||
|
||||
function Cleanup-Git () {
|
||||
$gitdir = '/vendor/msysgit/libexec/git-core/'
|
||||
$gitdir = '../vendor/msysgit/libexec/git-core/'
|
||||
Get-Childitem $gitdir -Exclude git.exe | Where-Object{!($_.PSIsContainer)} | Foreach-Object { Remove-Item $_.FullName }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user