From 4841583e48f477eb67cdff3ec98efe59a5098ab4 Mon Sep 17 00:00:00 2001 From: sai prashanth pulisetti <40313110+prashanthpulisetti@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:08:58 +0530 Subject: [PATCH] Update T1580.yaml removed description --- atomics/T1580/T1580.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1580/T1580.yaml b/atomics/T1580/T1580.yaml index e5dec62d..563f1eb0 100644 --- a/atomics/T1580/T1580.yaml +++ b/atomics/T1580/T1580.yaml @@ -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 - - description: Check if AWS CLI is installed and configured. + #Check if AWS CLI is installed and configured. prereq_command: | aws sts get-caller-identity --profile #{aws_profile} get_prereq_command: |