1
0
Fork 0
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:
Shane Kilkelly 2020-07-01 10:09:51 +01:00
parent 094946e0ff
commit f344b62783
3 changed files with 2 additions and 2 deletions

View file

@ -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__() {