Skip to content

Commit

Permalink
fix: word not found should not lead to setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpath committed Sep 24, 2021
1 parent d929637 commit 9e5081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/anki.popclipext/anki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ look_up()

if [[ -z "$definition" ]]; then
echo "Word Not Found"
exit 2
exit 1
else
echo $definition
fi
Expand Down

0 comments on commit 9e5081a

Please sign in to comment.