From bb1123eb658d68b1ea53579ff41237b8c487ae8d Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Tue, 26 Jun 2018 15:26:34 +0200
Subject: [PATCH] [conda] fixed bug in recipe

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1132395..fa280bd 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -57,7 +57,7 @@ test:
   imports:
     - {{ name }}
   commands:
-    - cvpr14_extract_signals.py --help
+    - cvpr14_extract_face_and_bg_signals.py --help
     - cvpr14_video2skin.py --help
     - cvpr14_illumination.py --help
     - cvpr14_motion.py --help
-- 
GitLab