This commit is contained in:
AlexanderSehr 2024-10-08 13:50:09 +02:00
Родитель 3df05e2be5
Коммит 83c2db7065
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -428,7 +428,7 @@ function New-TemplateDeployment {
[switch] $DoNotThrow,
[Parameter(Mandatory = $false)]
[int] $RetryLimit = 3,
[int] $RetryLimit = 1,
[Parameter(Mandatory = $false)]
[string] $RepoRoot = (Get-Item -Path $PSScriptRoot).parent.parent.parent.parent.parent.FullName