Skip to content

Commit

Permalink
run correct script in sh run script
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrct committed Aug 2, 2017
1 parent 4ba17d9 commit 825e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-scripts/halibot
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ command -v python 2>&1 >/dev/null && { PYTHON=python; }
command -v python3 2>&1 >/dev/null && { PYTHON=python3; }
command -v python3.5 2>&1 >/dev/null && { PYTHON=python3.5; }
command -v python3.6 2>&1 >/dev/null && { PYTHON=python3.6; }
$PYTHON $SRCDIR/halibot/main.py $@
$PYTHON $SRCLOC/main.py $@

0 comments on commit 825e77c

Please sign in to comment.