Merge "Use python3 to run release note script"

This commit is contained in:
Zuul 2021-01-04 13:14:50 +00:00 committed by Gerrit Code Review
commit e8273da9e8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $NEW_BRANCH.
Sem-Ver: feature
"
titlebranch=$(python -c "print('$SERIES'.title())")
titlebranch=$(python3 -c "print('$SERIES'.title())")
pagetitle="$titlebranch Series Release Notes"
titlebar=`printf '%*s' "$(echo -n $pagetitle | wc -c)" | tr ' ' "="`