Skip to content

Commit 94ba042

Browse files
committed
fix(vefaas): fix run.sh
1 parent 372b2e6 commit 94ba042

File tree

1 file changed

+0
-1
lines changed
  • veadk/cli/services/vefaas/template/src

1 file changed

+0
-1
lines changed

veadk/cli/services/vefaas/template/src/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ elif [ "$USE_STUDIO" = "False" ]; then
5858
else
5959
echo "USE_ADK_WEB is False, running a2a server"
6060
exec python3 -m uvicorn app:app --host $HOST --port $PORT --timeout-graceful-shutdown $TIMEOUT --loop asyncio
61-
fi
6261
fi
6362
else
6463
# running a2a server

0 commit comments

Comments
 (0)