Skip to content

Commit f662155

Browse files
committed
Fix previous commit
1 parent 5d3870f commit f662155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/travis/conda/setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ patch -p1 < ../ci/travis/conda/libgdal-adbc.patch
2323
patch -p1 < ../ci/travis/conda/muparser.patch
2424

2525
# Patch version = "X.Y.Z" to "X.Y.99"
26-
sed 's/version = "\([0-9]\+\)\.\([0-9]\+\)\.\([0-9]\+\)"/version = "\1.\2.99"/' < recipe/recipe.yaml > recipe.yaml
27-
mv recipe.yaml recipe/recipe.yaml
26+
sed 's/version = "\([0-9]\+\)\.\([0-9]\+\)\.\([0-9]\+\)"/version = "\1.\2.99"/' < recipe/meta.yaml > meta.yaml
27+
mv meta.yaml recipe/meta.yaml
2828

2929
cat > recipe/recipe_clobber.yaml <<EOL
3030
source:

0 commit comments

Comments
 (0)