diff --git a/sources/anki.popclipext/anki.sh b/sources/anki.popclipext/anki.sh index 2c034a2..60144c1 100644 --- a/sources/anki.popclipext/anki.sh +++ b/sources/anki.popclipext/anki.sh @@ -63,7 +63,7 @@ look_up() if [[ -z "$definition" ]]; then echo "Word Not Found" - exit 2 + exit 1 else echo $definition fi