diff options
Diffstat (limited to 'tools/pip.sh')
-rwxr-xr-x | tools/pip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip.sh b/tools/pip.sh index eef5276a4..a01afa7ae 100755 --- a/tools/pip.sh +++ b/tools/pip.sh @@ -53,7 +53,7 @@ then # Be forgiving of package retrieval errors attempts=0 set +e - until yarn install --verbose; do + until yarn install; do ((attempts++)) if [[ $attempts > 2 ]] then |