Update T1580.yaml

This commit is contained in:
sai prashanth pulisetti
2024-01-22 20:13:55 +05:30
committed by GitHub
parent 4841583e48
commit ad4029be68
+1 -1
View File
@@ -83,7 +83,7 @@ atomic_tests:
elif [ "$(expr substr $(uname) 1 5)" = "MINGW" ]; then
Invoke-WebRequest -Uri "https://aws.amazon.com/cli/" -OutFile "Install-AWSCLI.ps1"; .\Install-AWSCLI.ps1
fi
#Check if AWS CLI is installed and configured.
- description: Check if AWS CLI is installed and configured.
prereq_command: |
aws sts get-caller-identity --profile #{aws_profile}
get_prereq_command: |