From 560123ab7dee0dd98c8ddec61b481afd9175af59 Mon Sep 17 00:00:00 2001 From: Thad House Date: Mon, 14 May 2018 00:19:47 -0700 Subject: [PATCH] Fixes command folder name in templates.json (#1061) --- wpilibcExamples/src/main/cpp/templates/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibcExamples/src/main/cpp/templates/templates.json b/wpilibcExamples/src/main/cpp/templates/templates.json index e231663ce3..ab49ca29f3 100644 --- a/wpilibcExamples/src/main/cpp/templates/templates.json +++ b/wpilibcExamples/src/main/cpp/templates/templates.json @@ -21,7 +21,7 @@ "tags": [ "Command" ], - "foldername": "command" + "foldername": "commandbased" }, { "name": "Sample Robot",