Fix piku init ENV URL.

pull/213/head
Chris McCormick 2021-10-01 10:39:57 +08:00
rodzic e30a6e0c49
commit c967153fb7
1 zmienionych plików z 1 dodań i 1 usunięć

2
piku
Wyświetl plik

@ -15,7 +15,7 @@ out() { printf "%s\n" "$*" >&2; }
if [ "$1" = "init" ]
then
[ -f "ENV" ] && echo "ENV file already exists." || ( curl -s "${githome}examples/README.md" > ENV && echo "Wrote ./ENV file." )
[ -f "ENV" ] && echo "ENV file already exists." || ( curl -s "${githome}examples/ENV" > ENV && echo "Wrote ./ENV file." )
[ -f "Procfile" ] && echo "Procfile already exists." || ( curl -s "${githome}examples/Procfile" > Procfile && echo "Wrote ./Procfile." )
if [ "$gitremote" = "" ]
then