Commit 3a136f21 authored by Noah Zoschke's avatar Noah Zoschke

fix comment

parent 395c18e8
#!/usr/bin/env bash #!/usr/bin/env bash
# bin/name <build-dir> # bin/detect <build-dir>
BUILD_DIR=$1 BUILD_DIR=$1
[ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment