From 97cd88d02b76976f23e04302b637ac0353ecef32 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 17 Jun 2018 17:39:31 +1000 Subject: [PATCH] Oops typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e914ab0..fb30c1ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: - cd $HOME - git clone https://github.com/Azareal/Gosora - cd Gosora - - mv ./config/config_default.json ./config/config.json + - mv ./config/config_example.json ./config/config.json - chmod 755 ./update-deps-linux - chmod 755 ./dev-update-travis - chmod 755 ./run-linux-tests