mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Fix names of example files
This commit is contained in:
parent
ad08ca4ee8
commit
463d5329bd
1 changed files with 2 additions and 3 deletions
5
bin/init
5
bin/init
|
@ -3,9 +3,8 @@
|
|||
set -euo pipefail
|
||||
|
||||
function set_up_config_files() {
|
||||
cp ./examples/docker-compose.yml ./config/docker-compose.yml
|
||||
cp ./examples/local.yml ./config/local.yml
|
||||
cp ./variables.env ./config/variables.env
|
||||
cp ./examples/docker-compose.example.yml ./config/docker-compose.yml
|
||||
cp ./examples/local.example.yml ./config/local.yml
|
||||
}
|
||||
|
||||
function __main__() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue