From d7deb5f9cdd439179ea70c429836d1abaf021b07 Mon Sep 17 00:00:00 2001
From: tmarkmann <tmarkmann@techfak.uni-bielefeld.de>
Date: Tue, 5 Oct 2021 11:56:32 +0200
Subject: [PATCH] Rename ersti_demo to demoErsti

---
 psConfig/demos/{ersti_demo.conf => demoErsti.conf} | 4 ++--
 psGrammar/demos/{ersti => demoErsti}/actions.jsgf  | 0
 psGrammar/demos/{ersti => demoErsti}/commands.jsgf | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename psConfig/demos/{ersti_demo.conf => demoErsti.conf} (81%)
 rename psGrammar/demos/{ersti => demoErsti}/actions.jsgf (100%)
 rename psGrammar/demos/{ersti => demoErsti}/commands.jsgf (100%)

diff --git a/psConfig/demos/ersti_demo.conf b/psConfig/demos/demoErsti.conf
similarity index 81%
rename from psConfig/demos/ersti_demo.conf
rename to psConfig/demos/demoErsti.conf
index a0edeef7..6a7b4b62 100644
--- a/psConfig/demos/ersti_demo.conf
+++ b/psConfig/demos/demoErsti.conf
@@ -16,13 +16,13 @@ autoload=yes;
 [pocketsphinxinstance]
 name=commands;
 rsbscope=/speechrec/psa/commands;
-jsgf=../../psGrammar/demos/ersti/commands.jsgf;
+jsgf=../../psGrammar/demos/demoErsti/commands.jsgf;
 bestpath=no;
 autoload=yes;
 
 [pocketsphinxinstance]
 name=commands;
 rsbscope=/speechrec/psa/actions;
-jsgf=../../psGrammar/demos/ersti/actions.jsgf;
+jsgf=../../psGrammar/demos/demoErsti/actions.jsgf;
 bestpath=no;
 autoload=yes;
diff --git a/psGrammar/demos/ersti/actions.jsgf b/psGrammar/demos/demoErsti/actions.jsgf
similarity index 100%
rename from psGrammar/demos/ersti/actions.jsgf
rename to psGrammar/demos/demoErsti/actions.jsgf
diff --git a/psGrammar/demos/ersti/commands.jsgf b/psGrammar/demos/demoErsti/commands.jsgf
similarity index 100%
rename from psGrammar/demos/ersti/commands.jsgf
rename to psGrammar/demos/demoErsti/commands.jsgf
-- 
GitLab