From 0b518e31345384811b87c11b77e7e0bc9d64b6c5 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sat, 3 Feb 2018 16:20:57 +0100 Subject: [PATCH] Fix typo. --- .conda/libndtypes/meta.yaml | 2 +- .conda/ndtypes/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.conda/libndtypes/meta.yaml b/.conda/libndtypes/meta.yaml index 0d0ff7f..fafa0e9 100644 --- a/.conda/libndtypes/meta.yaml +++ b/.conda/libndtypes/meta.yaml @@ -4,7 +4,7 @@ package: build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} - string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUID_STR', 'NA') }} + string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUILD_STR', 'NA') }} test: skip: True # tests are in build.sh diff --git a/.conda/ndtypes/meta.yaml b/.conda/ndtypes/meta.yaml index 5210207..f62c6ec 100644 --- a/.conda/ndtypes/meta.yaml +++ b/.conda/ndtypes/meta.yaml @@ -4,7 +4,7 @@ package: build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} - string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUID_STR', 'NA') }} + string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUILD_STR', 'NA') }} test: files: