Skip to content

Commit

Permalink
fix(runners): Fix typo in .setup_info generated in start-runner.ps1. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kring authored Feb 24, 2023
1 parent e68487d commit e8f74bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/runners/templates/start-runner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Write-Host "Starting the runner as user $run_as"
$jsonBody = @(
@{
group='Runner Image'
details="AMI id: $ami_id"
detail="AMI id: $ami_id"
}
)
ConvertTo-Json -InputObject $jsonBody | Set-Content -Path "$pwd\.setup_info"
Expand Down

0 comments on commit e8f74bc

Please sign in to comment.