From 14497edf89385ac4880e5bbf249d649c7e7ab0ce Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 14 May 2025 21:14:07 -0400 Subject: [PATCH] Fix lint Signed-off-by: Yuan Tang --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index faefd9570..ba9f5e173 100755 --- a/install.sh +++ b/install.sh @@ -203,4 +203,4 @@ log "👉 API endpoint: http://localhost:${PORT}" log "📖 Documentation: https://llama-stack.readthedocs.io/en/latest/references/index.html" log "💻 To access the llama‑stack CLI, exec into the container:" log " $ENGINE exec -ti llama-stack bash" -log "" \ No newline at end of file +log ""