X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcheck-info-votes.sh;h=da6b608e60053ef4bf6b067f1790bddf9c01f519;hb=a86c6e8d376c95aa00b179fce9d207e61c8f72d0;hp=32384be4ddcea18548ca8532b52973257688d1a8;hpb=dc4922932780f79df731bc68d4f156f618d2fd25;p=releng%2Fglobal-jjb.git diff --git a/shell/check-info-votes.sh b/shell/check-info-votes.sh index 32384be4..da6b608e 100644 --- a/shell/check-info-votes.sh +++ b/shell/check-info-votes.sh @@ -27,10 +27,10 @@ if [ -d "/opt/pyenv" ]; then export PYTHONPATH latest_version=$(pyenv versions \ - | sed s,*,,g \ - | awk '/[0-9]+/{ print $1 }' \ - | sort --version-sort \ - | awk '/./{line=$0} END{print line}') + | sed s,*,,g \ + | awk '/[0-9]+/{ print $1 }' \ + | sort --version-sort \ + | awk '/./{line=$0} END{print line}') pyenv local "$latest_version" export PYENV_VERSION="3.6.4"