From 095359322c8b66685654023f1b22a1ebfb8e7e03 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Sun, 21 Feb 2021 13:09:06 +0530 Subject: [PATCH] buildback heroku fix 1 --- bin/detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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