aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-mcp-tool.sh
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-12-13 17:18:01 +0800
committerGitHub <noreply@github.com>2024-12-13 17:18:01 +0800
commitd692625662c0f7262dab9af049e0adb33ce2e46e (patch)
tree56a46488e9f3271a20d62e5886644e6978d2bf8d /scripts/run-mcp-tool.sh
parent8ace93beb813a431b4f26e277f8c0bcebdfa8511 (diff)
downloadllm-functions-docker-d692625662c0f7262dab9af049e0adb33ce2e46e.tar.gz
refactor: add docs and update scripts (#150)
Diffstat (limited to 'scripts/run-mcp-tool.sh')
-rwxr-xr-xscripts/run-mcp-tool.sh2
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