Skip to content

Commit

Permalink
CamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
bjompen committed Sep 22, 2023
1 parent 7e6899a commit cd22d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/Azure-Pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit cd22d70

Please sign in to comment.