mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-05 06:41:42 +00:00
fix: solo copiar una vez
This commit is contained in:
parent
d86a4b3404
commit
3469cd5bbd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ tasks:
|
||||||
env:
|
env:
|
||||||
desc: "Install the .env file"
|
desc: "Install the .env file"
|
||||||
cmds:
|
cmds:
|
||||||
- "cp --no-clobber .env.example .env"
|
- "test -f .env || cp .env.example .env"
|
||||||
- ": == Environment vars have changed, please review and edit =="
|
- ": == Environment vars have changed, please review and edit =="
|
||||||
- "diff -auN --color .env.example .env"
|
- "diff -auN --color .env.example .env"
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in a new issue