diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/src.sh')
-rw-r--r-- | protocols/Telegram/tdlib/td/src.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/tdlib/td/src.sh b/protocols/Telegram/tdlib/td/src.sh index d129641efc..2a79952db8 100644 --- a/protocols/Telegram/tdlib/td/src.sh +++ b/protocols/Telegram/tdlib/td/src.sh @@ -1,2 +1,2 @@ #!/bin/bash -git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | grep -E "\.cpp$|\.h$|\.hpp$" +git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test | grep -E "\.cpp$|\.h$|\.hpp$" |