From b527bc9e3416cf9b91170805c987f62defbd1ff7 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 5 Nov 2024 18:29:42 +0100 Subject: [PATCH] fix dir --- bin/populate-ceps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/populate-ceps b/bin/populate-ceps index 021b031..123928c 100755 --- a/bin/populate-ceps +++ b/bin/populate-ceps @@ -3,7 +3,7 @@ set -euo pipefail HERE=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -rm "${HERE}/../community/ceps/*.md" || true +rm "${HERE}/../community/ceps/*.md" || mkdir -p "${HERE}/../community/ceps/" pushd $(mktemp -d) curl -L https://github.com/conda/ceps/archive/refs/heads/main.tar.gz -o ceps.tar.gz tar -xf ceps.tar.gz