From cd22d7021d323058e92cb96c098114d2d3bb7d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Sundling?= Date: Fri, 22 Sep 2023 13:34:28 +0200 Subject: [PATCH] CamelCase --- docs/wiki/Azure-Pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }