diff --git a/bin/detect b/bin/detect index 2759610..389a959 100755 --- a/bin/detect +++ b/bin/detect @@ -1,6 +1,6 @@ #!/bin/bash -if [ -f $1/bun.lockb ]; then +if [ -f $1/bun.lockb ] || [ -f $1/bun.lock ]; then echo "Bun" exit 0 else