From 455ae71cd35a5fa0d66f6400f4b5e1185c1e3ad4 Mon Sep 17 00:00:00 2001 From: anaxios Date: Wed, 7 Aug 2024 07:07:58 -0700 Subject: [PATCH] Removed unnecessary line break and improved error message. --- aicommit | 1 - 1 file changed, 1 deletion(-) diff --git a/aicommit b/aicommit index 96dc911..a6eb34d 100755 --- a/aicommit +++ b/aicommit @@ -44,7 +44,6 @@ message=$( # trunk-ignore(shellcheck/SC2091) # trunk-ignore(shellcheck/SC2310) if $(hasFlag -r --reset); then - if ! curl -s -X POST https://infer.x64.world/reset-conversation >/dev/null; then echo "Failed to reset conversation." exit 1