From 746cf737dacf28d617d3ffc36d28a4e0acd7ab0a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 19 Nov 2017 11:06:36 +0100 Subject: [PATCH] Fxied stupid typo in the travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7d292a..5725e4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: before_install: - mkdir -p $DEVKITPRO - cd $DEVKITPRO - - wget https://raw.githubusercontent.com/Maschell/controller_patcher/lib/other/devkitPPCupdatePPCr29.pl + - wget https://raw.githubusercontent.com/Maschell/controller_patcher/master/other/devkitPPCupdatePPCr29.pl - mkdir -p $DEVKITTMP - cd $DEVKITTMP - git clone https://github.com/Maschell/dynamic_libs.git -b lib