mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Fix not creating branches/tags folders
This commit is contained in:
parent
7ce5fa40d6
commit
fee7fd0662
@ -81,7 +81,7 @@ Write-Output "Creating trunk/branches/tags folders"
|
||||
|
||||
$commit = $false
|
||||
foreach ($dir in @("trunk", "branches", "tags")) {
|
||||
if (-not $(Test-Path trunk)) {
|
||||
if (-not $(Test-Path $dir)) {
|
||||
New-Item $dir -ItemType Directory > $null
|
||||
svn add $dir > $null
|
||||
$commit = $true
|
||||
|
Loading…
x
Reference in New Issue
Block a user