Browse code

Merge "fix typo in python3_version"

Zuul authored on 2018/06/23 00:28:37
Showing 1 changed files
... ...
@@ -2128,7 +2128,7 @@ function python_version {
2128 2128
 function python3_version {
2129 2129
     local python3_version
2130 2130
     python3_version=$(_get_python_version python3)
2131
-    echo "python${python_version}"
2131
+    echo "python${python3_version}"
2132 2132
 }
2133 2133
 
2134 2134