Skip to content

Commit 56225e1

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "fix typo in python3_version"
2 parents 6110f40 + 0417858 commit 56225e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ function python_version {
21282128
function python3_version {
21292129
local python3_version
21302130
python3_version=$(_get_python_version python3)
2131-
echo "python${python_version}"
2131+
echo "python${python3_version}"
21322132
}
21332133

21342134

0 commit comments

Comments
 (0)