Skip to content

Commit d72075b

Browse files
Update Tools/pixi-packages/build.sh
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
1 parent 036f9a3 commit d72075b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/pixi-packages/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VER_REF=$(grep "\[PYTHON_VERSION\]\, \[" configure.ac | sed -n 's/.*\[\([0-9.]*\
2121
VER=$(echo ${PKG_VERSION} | sed -E 's/^([0-9]+\.[0-9]+).*/\1/')
2222

2323
if [[ "${VER_REF}" != "${VER}" ]]; then
24-
echo "Unexpected version from conda package. Got ${VER}. Expected ${VER_REF}. Do you need to update `version` in `variants.yaml`?"
24+
echo "Unexpected version from conda package. Got ${VER}. Expected ${VER_REF}. Do you need to update 'version' in `variants.yaml`?"
2525
exit 1
2626
fi
2727

0 commit comments

Comments
 (0)