Skip to content

Commit

Permalink
bugfix: [#120]fix tencent serverless comand line config error
Browse files Browse the repository at this point in the history
RayWangQvQ committed Apr 18, 2022
1 parent f048698 commit 0602b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tencentScf/index.sh
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ function main_handler () {
then
eventMsg=$(echo $EVENT_DATA | grep -Po 'Message[" :]+\K[^"]+')
echo "触发事件中的附加消息(任务编码)为:$eventMsg"
runTasks="-runTasks=$eventMsg"
runTasks="--runTasks=$eventMsg"
else
echo "触发事件中未包含附加消息(任务编码)"
fi

0 comments on commit 0602b78

Please sign in to comment.