diff --git a/docs/wiki/Azure-Pipelines.md b/docs/wiki/Azure-Pipelines.md index fe57d8e6..59b09580 100644 --- a/docs/wiki/Azure-Pipelines.md +++ b/docs/wiki/Azure-Pipelines.md @@ -86,7 +86,7 @@ if ($null -eq $Project) { # Create a new repository from the AzOps Accelerator template repository $Repo = Get-ADOPSRepository @OrgParams -Repository $RepoName -if ($null -eq $repo) { +if ($null -eq $Repo) { $Repo = New-ADOPSRepository @OrgParams -Name $RepoName }