Skip to content

Commit

Permalink
python -> python3
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Dec 10, 2024
1 parent 53852a4 commit 74557ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pipeline {

script {
if (params.linkDocs) {
sh "python add_old_links.py $major_version $minor_version"
sh "python3 add_old_links.py $major_version $minor_version"
}
}

Expand Down

0 comments on commit 74557ef

Please sign in to comment.