From cd2ee79a8dc8b49eadf47c7405d0b1e66ecabdca Mon Sep 17 00:00:00 2001
From: Owen Leonard <owen@balawis.leonard.fam>
Date: Sat, 18 Sep 2010 22:42:21 -0600
Subject: [PATCH] forgot to make it tc_config - it still said ec_config

---
 bin/check_config_syntax | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/check_config_syntax b/bin/check_config_syntax
index 523bd42..091c87b 100755
--- a/bin/check_config_syntax
+++ b/bin/check_config_syntax
@@ -2,5 +2,5 @@
 
 perl ../setup/db_config.local
 [ $? == 0 ] && echo "No syntax errors detected in ../setup/db_config.local"
-php -l ../setup/eq_config.local
+php -l ../setup/tc_config.local
 
-- 
2.34.1