Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 5, 2024
1 parent b08506b commit b527bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/populate-ceps
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b527bc9

Please sign in to comment.