1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Typo in cleanup (#5322)

This commit is contained in:
John R Barker 2016-10-19 20:57:50 +01:00 committed by Matt Clay
parent 9a2d8337f2
commit 96f9992884

View file

@ -8,7 +8,7 @@ cd "${source_root}"
# FIXME REPOMERGE: No need to checkout ansible
build_dir=$(mktemp -d)
trap 'rm -rf "{$build_dir}"' EXIT
trap 'rm -rf "${build_dir}"' EXIT
git clone "https://github.com/ansible/ansible.git" "${build_dir}" --recursive
source "${build_dir}/hacking/env-setup"