From 7a7ff3ebcacacbdbc71d3a89f3411734ee86ec0f Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 19 Oct 2016 20:57:50 +0100 Subject: Typo in cleanup (#5322) --- test/utils/shippable/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/shippable/sanity.sh b/test/utils/shippable/sanity.sh index 84dab4c5..3b754afa 100755 --- a/test/utils/shippable/sanity.sh +++ b/test/utils/shippable/sanity.sh @@ -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" -- cgit v1.2.1