소스 검색

Fix typo in debug pipe name

Alois Mahdal 10 년 전
부모
커밋
f6e40e1aa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh 파일 보기

@@ -13,7 +13,7 @@ filter_exprs() {
13 13
             next unless m/\b([a-zA-Z]{2,}\s*=\s*\d+)\b/;
14 14
             print "$1\n";
15 15
         ' \
16
-      | debug_pipe id_lookalikes
16
+      | debug_pipe ex_lookalikes
17 17
 }
18 18
 
19 19