Skip to content

Commit 8a610a3

Browse files
Ambiguous name changed to python3ActionLoop (#89)
1 parent 55b7c10 commit 8a610a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ ${RUNTIME_VERSION} == "3" ]; then
3535
elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
3636
RUNTIME="python3AiAction"
3737
elif [ ${RUNTIME_VERSION} == "3-loop" ]; then
38-
RUNTIME="pythonActionLoop"
38+
RUNTIME="python3ActionLoop"
3939
elif [ ${RUNTIME_VERSION} == "3-loopai" ]; then
4040
RUNTIME="python3AiActionLoop"
4141
fi

0 commit comments

Comments
 (0)