mirror of https://github.com/PiyushXCoder/lupt.git
buildback heroku fix 1
This commit is contained in:
parent
ef14554eb1
commit
095359322c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue