diff --git a/bin/detect b/bin/detect index 37252b5..034e4c8 100755 --- a/bin/detect +++ b/bin/detect @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# bin/name +# bin/detect BUILD_DIR=$1 [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt