Removed unnecessary line break and improved error message.

This commit is contained in:
ilguappo 2024-08-07 07:07:58 -07:00
parent 6fa213550d
commit 455ae71cd3

View File

@ -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