Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xXkoshmarikXx committed Aug 26, 2024
1 parent d72951d commit 7f4e4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters_accepts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ download_playbook() {
local base_url=$1
local name=$2
local local_folder=$3
local s3_folder="$base_url/$name/$PLAYBOOK_VERSION/"
local s3_folder="$base_url/$name/$PLAYBOOK_VERSION"

if aws s3 ls "$s3_folder" --region $REGION >/dev/null 2>&1; then
echo "download playbook '$s3_folder'"
Expand Down

0 comments on commit 7f4e4a9

Please sign in to comment.