Prevent Block Page issue

* Block Page expects to see a full stop, otherwise it will throw an unhandled error
pull/1694/head
WaLLy3K 7 years ago committed by GitHub
parent 54a85d3a63
commit 56990618e9

@ -183,7 +183,7 @@ Options:
fileName="${result%%.*}"
if [[ -n "${blockpage}" ]]; then
echo "π ${fileName}"
echo "π ${result}"
exit 0
elif [[ -n "${exact}" ]]; then
echo " ${matchType^} found in ${COL_BOLD}${fileName^}${COL_NC}"

Loading…
Cancel
Save