From d42aa26d513c7242594126d04a5b49181d46c665 Mon Sep 17 00:00:00 2001 From: plutoo Date: Thu, 1 Feb 2018 22:17:56 +0100 Subject: [PATCH] Derp --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 7c2f41f9..16632b91 100644 --- a/.doozer.json +++ b/.doozer.json @@ -16,7 +16,7 @@ "DEVKITPRO=${DEVKITPATH} make -j${PARALLEL}", "git clone --depth 1 https://github.com/switchbrew/switch-examples", - "DEVKITPRO=${DEVKITPATH} make -C switch_examples/" + "DEVKITPRO=${DEVKITPATH} make -C switch-examples/" ] } }