From d692625662c0f7262dab9af049e0adb33ce2e46e Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 13 Dec 2024 17:18:01 +0800 Subject: refactor: add docs and update scripts (#150) --- scripts/run-mcp-tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-mcp-tool.sh') 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 -- cgit v1.2.3