mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Move the example configs into lib/ folder
This commit is contained in:
parent
094946e0ff
commit
f344b62783
3 changed files with 2 additions and 2 deletions
4
bin/init
4
bin/init
|
@ -18,8 +18,8 @@ function check_existing_config() {
|
|||
|
||||
function set_up_config_files() {
|
||||
echo "Copying config files to 'config/'"
|
||||
cp ./examples/overleaf.rc ./config/
|
||||
cp ./examples/variables.env ./config/
|
||||
cp ./lib/examples/overleaf.rc ./config/
|
||||
cp ./lib/examples/variables.env ./config/
|
||||
}
|
||||
|
||||
function __main__() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue