Skip to content

Commit 0dae43a

Browse files
committed
BLD: typo
1 parent 7c586b2 commit 0dae43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function build_lib {
3333
# MB_ML_VER
3434
set -x
3535
local plat=${1:-$PLAT}
36-
local manylinux=${1:-$MB_ML_VER}
36+
local manylinux=${MB_ML_VER:-1}
3737
# Make directory to store built archive
3838
if [ -n "$IS_OSX" ]; then
3939
# Do build, add gfortran hash to end of name

0 commit comments

Comments
 (0)