Skip to content

Commit 3b1f102

Browse files
Update variable name to use consistent casing
1 parent 324f562 commit 3b1f102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deployment/resourcedeployment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function DeployAzureResources([string]$location, [string]$modelLocation) {
193193
Write-Host "Started Deploying Knowledge Mining Solution Accelerator Service Azure resources.....`r`n" -ForegroundColor Yellow
194194

195195
if ($env:CI -eq "true"){
196-
$createdBy = 'pipeline'
196+
$createdBy = 'Pipeline'
197197
}
198198
else{
199199
$createdBy = $email.Split('@')[0]

0 commit comments

Comments
 (0)