diff --git a/gitea_get_notifications.sh b/gitea_get_notifications.sh index 2df307e..6ef02e0 100755 --- a/gitea_get_notifications.sh +++ b/gitea_get_notifications.sh @@ -14,7 +14,7 @@ if [ "${gettype}" == "cleanup" ]; then fi if [ "${gettype}" == "show" ]; then - tea notification ls --mine + tea notification ls --mine | less exit 0 fi