Skip to content

Commit fd54712

Browse files
committed
CI: typo in submit_cache
1 parent 77518d8 commit fd54712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/submit_cython_cache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CACHE_File="$HOME/.cache/cython_files.tar"
44
PYX_CACHE_DIR="$HOME/.cache/pyxfiles"
5-
pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd -o -name "*.pxi.in""`
5+
pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd" -o -name "*.pxi.in"`
66

77
rm -rf $CACHE_File
88
rm -rf $PYX_CACHE_DIR

0 commit comments

Comments
 (0)