kopia lustrzana https://github.com/piku/piku
Fix piku init ENV URL.
rodzic
e30a6e0c49
commit
c967153fb7
2
piku
2
piku
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue