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:
parent
9a2d8337f2
commit
96f9992884
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue