Removed unnecessary line break and improved error message.
This commit is contained in:
parent
6fa213550d
commit
455ae71cd3
1
aicommit
1
aicommit
@ -44,7 +44,6 @@ message=$(
|
|||||||
# trunk-ignore(shellcheck/SC2091)
|
# trunk-ignore(shellcheck/SC2091)
|
||||||
# trunk-ignore(shellcheck/SC2310)
|
# trunk-ignore(shellcheck/SC2310)
|
||||||
if $(hasFlag -r --reset); then
|
if $(hasFlag -r --reset); then
|
||||||
|
|
||||||
if ! curl -s -X POST https://infer.x64.world/reset-conversation >/dev/null; then
|
if ! curl -s -X POST https://infer.x64.world/reset-conversation >/dev/null; then
|
||||||
echo "Failed to reset conversation."
|
echo "Failed to reset conversation."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user