Skip to content

Commit ccf17ea

Browse files
echo nit
1 parent 3646253 commit ccf17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/templates/start-runner.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $token=Invoke-RestMethod -Method PUT -Uri "http://169.254.169.254/latest/api/tok
66
if ( ! $token ) {
77
$retrycount=0
88
do {
9-
echo "Failed to retrieve token. Retrying in 5 seconds."
9+
Write-Output "Failed to retrieve token. Retrying in 5 seconds."
1010
Start-Sleep 5
1111
$token=Invoke-RestMethod -Method PUT -Uri "http://169.254.169.254/latest/api/token" -Headers @{"X-aws-ec2-metadata-token-ttl-seconds" = "180"}
1212
$retrycount=$retrycount + 1

0 commit comments

Comments
 (0)