Skip to content

Commit 2809712

Browse files
author
Christian Jensen
authored
chore: Ultra micro typo fix (#1691)
1 parent d9a5bc9 commit 2809712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/runners/templates/install-runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
token=$(curl -f -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 180")
3232

3333
region=$(curl -f -H "X-aws-ec2-metadata-token: $token" -v http://169.254.169.254/latest/dynamic/instance-identity/document | jq -r .region)
34-
echo "Reteieved REGION from AWS API ($region)"
34+
echo "Retrieved REGION from AWS API ($region)"
3535

3636
echo "Downloading the GH Action runner from s3 bucket $s3_location"
3737
aws s3 cp "$s3_location" "$file_name" --region "$region"
@@ -54,4 +54,4 @@ fi
5454

5555
echo "Set file ownership of action runner"
5656
chown -R "$user_name":"$user_name" .
57-
chown -R "$user_name":"$user_name" /opt/hostedtoolcache
57+
chown -R "$user_name":"$user_name" /opt/hostedtoolcache

0 commit comments

Comments
 (0)