summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-12 10:29:06 +0400
committerAndrew Dolgov <[email protected]>2011-12-12 10:29:06 +0400
commitb88a975adb899030269be945c66ba700f67cd2bf (patch)
tree5299c455803ded00fdfef7ac8e713c95fba6a4da /utils
parent4a0500fbc881bf6327a77eaa7298db4fd76c9d08 (diff)
fix sanity_config location
Diffstat (limited to 'utils')
-rwxr-xr-xutils/regen_config_checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regen_config_checks.sh b/utils/regen_config_checks.sh
index 8f753c823..e81d3673e 100755
--- a/utils/regen_config_checks.sh
+++ b/utils/regen_config_checks.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-DESTINATION="sanity_config.php"
+DESTINATION="include/sanity_config.php"
echo "<?php # This file has been generated at: " `date` > $DESTINATION