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 7f4e4a9 commit f279ab5
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 @@ -138,7 +138,7 @@ download_playbook() {
aws s3 cp "$s3_folder/" "$local_folder" --recursive --region "$REGION" --exclude '.*' --exclude '*/.*'
chmod -R 755 "$local_folder"
else
echo "S3 folder '$s3_folder' does not exist. Exiting." >&2
echo "S3 folder $s3_folder does not exist. Exiting." >&2
exit 1
fi
}
Expand Down

0 comments on commit f279ab5

Please sign in to comment.