From 3a136f2124b37d0f6fb4b32f7cf58446a0815744 Mon Sep 17 00:00:00 2001 From: Noah Zoschke <noah@heroku.com> Date: Fri, 4 Nov 2011 09:47:32 -0700 Subject: [PATCH] fix comment --- bin/detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/detect b/bin/detect index 37252b59..034e4c8b 100755 --- a/bin/detect +++ b/bin/detect @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# bin/name <build-dir> +# bin/detect <build-dir> BUILD_DIR=$1 [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt -- GitLab