mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:55:32 +02:00
CI: mute output from Python script (#13603)
CI: mute output from Python-script
This commit is contained in:
parent
1cd9bea971
commit
cca2ec4765
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function check_outdated_page() {
|
|||
function check_more_info_link() {
|
||||
local page=$1
|
||||
|
||||
python3 scripts/set-more-info-link.py -Sn | grep "$page"
|
||||
python3 scripts/set-more-info-link.py -Sn | grep "$page" > /dev/null
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
printf "\x2d $MSG_MORE_INFO" "$page"
|
||||
|
|
Loading…
Add table
Reference in a new issue