Skip to content

Commit a013571

Browse files
cuericleeCopilot
andauthored
Update veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh
Co-authored-by: Copilot <[email protected]>
1 parent 5e5b3b5 commit a013571

File tree

1 file changed

+1
-1
lines changed
  • veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src

1 file changed

+1
-1
lines changed

veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
3434
done
3535

3636
# in case of deployment deps not installed in user's requirements.txt
37-
if pip list | grep "^fastapi \|^uvicorn "; then
37+
if pip list | grep -q "^fastapi \|^uvicorn "; then
3838
echo "fastapi and uvicorn already installed"
3939
else
4040
python3 -m pip install uvicorn[standard] fastapi

0 commit comments

Comments
 (0)