Skip to content
Snippets Groups Projects
Commit b7eaa28d authored by mtabriz's avatar mtabriz
Browse files

use python3

parent f2c1bbfe
No related branches found
No related tags found
No related merge requests found
Pipeline #104707 passed
......@@ -134,4 +134,4 @@ if [ "$_arg_verbose" == "on" ]; then
echo "badge color: $badge_color"
fi
command python -m pybadges --left-text="${_arg_badge_title}" --right-text="${dead_count}" --right-color="${badge_color}" > "${_arg_badge_file}"
command python3 -m pybadges --left-text="${_arg_badge_title}" --right-text="${dead_count}" --right-color="${badge_color}" > "${_arg_badge_file}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment