mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-05 06:31:41 +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:
|
||||
desc: "Install the .env file"
|
||||
cmds:
|
||||
- "cp --no-clobber .env.example .env"
|
||||
- "test -f .env || cp .env.example .env"
|
||||
- ": == Environment vars have changed, please review and edit =="
|
||||
- "diff -auN --color .env.example .env"
|
||||
sources:
|
||||
|
|
Loading…
Reference in a new issue