diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-13 17:18:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 17:18:01 +0800 |
| commit | d692625662c0f7262dab9af049e0adb33ce2e46e (patch) | |
| tree | 56a46488e9f3271a20d62e5886644e6978d2bf8d /scripts/run-mcp-tool.sh | |
| parent | 8ace93beb813a431b4f26e277f8c0bcebdfa8511 (diff) | |
| download | llm-functions-docker-d692625662c0f7262dab9af049e0adb33ce2e46e.tar.gz | |
refactor: add docs and update scripts (#150)
Diffstat (limited to 'scripts/run-mcp-tool.sh')
| -rwxr-xr-x | scripts/run-mcp-tool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-mcp-tool.sh b/scripts/run-mcp-tool.sh index fb987e1..8f3a5c0 100755 --- a/scripts/run-mcp-tool.sh +++ b/scripts/run-mcp-tool.sh @@ -74,7 +74,7 @@ run() { if [[ -t 1 ]] && [[ "$skip_confirm" -ne 1 ]]; then read -r -p "Are you sure you want to continue? [Y/n] " ans if [[ "$ans" == "N" || "$ans" == "n" ]]; then - echo "error: canceld!" 2>&1 + echo "error: canceled!" 2>&1 exit 1 fi fi |
