5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:14:17 +00:00

fix: solo copiar una vez

This commit is contained in:
f 2024-01-08 14:58:19 -03:00
parent d86a4b3404
commit 3469cd5bbd
No known key found for this signature in database

View file

@ -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: