From 8dbcaf7cf17edcb56f33eeb1510d0c556287876e Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 29 Oct 2015 11:26:42 -0500 Subject: [PATCH] fix a typo when constructing the chacra endpoint Signed-off-by: Andrew Schoen --- ceph-build-next/build/build_deb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build-next/build/build_deb b/ceph-build-next/build/build_deb index 83a006b2..90ef4322 100644 --- a/ceph-build-next/build/build_deb +++ b/ceph-build-next/build/build_deb @@ -34,7 +34,7 @@ BPTAG=`get_bptag $DIST` [ "$TEST" = true ] && chacra_ref="test" || chacra_ref="$BRANCH" vers=`cat ./dist/version` distro=`python -c "exec 'import platform; print platform.linux_distribution()[0].lower()'"` -chacra_endpoint="ceph/${chacra_ref}/${distro}/{$DIST}/${ARCH}" +chacra_endpoint="ceph/${chacra_ref}/${distro}/${DIST}/${ARCH}" chacractl exists binaries/${chacra_endpoint}; exists=$? || true -- 2.39.5