From 015688fe6002d59c0e43da9a209248b6cf79c0ad Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 10 Nov 2011 10:59:32 -0800 Subject: [PATCH] echo test --- bin/detect | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/detect b/bin/detect index 034e4c8b..26873845 100755 --- a/bin/detect +++ b/bin/detect @@ -5,4 +5,6 @@ BUILD_DIR=$1 [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt # 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python' -ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python \ No newline at end of file +ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python + +echo kennethreitz \ No newline at end of file -- GitLab