From 2aa379faad36b9bf23a7e7113674e5cc19ada381 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 12 Jun 2014 12:17:57 -0400 Subject: [PATCH] Detect: Python/Conda --- bin/detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/detect b/bin/detect index 259ec8f..56f9be9 100755 --- a/bin/detect +++ b/bin/detect @@ -19,4 +19,4 @@ if [ ! -f $BUILD_DIR/requirements.txt ] && [ ! -f $BUILD_DIR/conda-requirements. exit 1 fi -echo Python/Miniconda +echo Python/Conda