Skip to content

Commit 4cb5c13

Browse files
committed
ci-build.sh: fix variable name typo
1 parent aac002a commit 4cb5c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if which jupyter >/dev/null 2>&1; then
189189
# that any updates to the success variable will not persist outside
190190
# the loop. So we store non-zero success values into a temporary file,
191191
# then capture the value back into the parent shell's success variable.
192-
find . -name '*.ipynb' | while read f
192+
find . -name '*.ipynb' | while read nbf
193193
do
194194
echo
195195
echo "== $nbf =="

0 commit comments

Comments
 (0)