buildback heroku fix 1

This commit is contained in:
Piyush मिश्रः 2021-02-21 13:09:06 +05:30
parent ef14554eb1
commit 095359322c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# this pack is valid for apps with a hello.txt in the root # 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" echo "Rust Actix"
exit 0 exit 0
else else