Skip to content

Commit

Permalink
announcement: force use of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
McArcady authored and McArcady committed May 1, 2021
1 parent c17be11 commit 306e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/announcement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do_announcement_build() {
# fix start script
echo "#!/bin/sh" > ${script}
echo "cd ../../announcement" >> ${script}
echo "exec python run.py" >> ${script}
echo "exec python3 run.py" >> ${script}
CT_DoExecLog ALL chmod +x "${script}"

# add description
Expand Down

0 comments on commit 306e25d

Please sign in to comment.