diff --git a/bin/detect b/bin/detect index 9c3c02f..931b85a 100755 --- a/bin/detect +++ b/bin/detect @@ -1,7 +1,7 @@ #!/bin/sh # this pack is valid for apps with a hello.txt in the root -if [ -f $1/cargo.toml ]; then +if [ -f $1/Cargo.toml ]; then echo "Rust Actix" exit 0 else