Breaks Git: #503 #521, because git <command> actually uses git-<command>.
This commit is contained in:
Benjamin Staneck
2015-09-11 23:51:10 +02:00
parent dc9263a11c
commit 4ed35fe110
2 changed files with 0 additions and 6 deletions

View File

@ -46,7 +46,6 @@ $targets = @{
}
Delete-Existing "..\Version*"
Cleanup-Git
$version = Invoke-Expression "git describe --abbrev=0 --tags"
(New-Item -ItemType file "$cmderRoot\Version $version") | Out-Null