Merge "fix typo in python3_version"

This commit is contained in:
Zuul 2018-06-22 15:28:37 +00:00 committed by Gerrit Code Review
commit 56225e19fe
1 changed files with 1 additions and 1 deletions

View File

@ -2128,7 +2128,7 @@ function python_version {
function python3_version {
local python3_version
python3_version=$(_get_python_version python3)
echo "python${python_version}"
echo "python${python3_version}"
}