Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit e8f74bc

Browse files
authored
fix(runners): Fix typo in .setup_info generated in start-runner.ps1. (#2967)
1 parent e68487d commit e8f74bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/templates/start-runner.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Write-Host "Starting the runner as user $run_as"
100100
$jsonBody = @(
101101
@{
102102
group='Runner Image'
103-
details="AMI id: $ami_id"
103+
detail="AMI id: $ami_id"
104104
}
105105
)
106106
ConvertTo-Json -InputObject $jsonBody | Set-Content -Path "$pwd\.setup_info"

0 commit comments

Comments
 (0)