[Bps-public-commit] SD branch, master, updated. a58dbab3feff23e506d1c818673a24994e43f85a
jesse
jesse at bestpractical.com
Wed Apr 15 03:00:27 EDT 2009
The branch, master has been updated
via a58dbab3feff23e506d1c818673a24994e43f85a (commit)
from 69bb11bdb1f04306f006219a693eb22148f6098b (commit)
Summary of changes:
lib/App/SD/CLI/Command/Help/Config.pm | 2 +-
lib/App/SD/Config.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a58dbab3feff23e506d1c818673a24994e43f85a
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Apr 15 15:00:17 2009 +0800
sdrc -> config
diff --git a/lib/App/SD/CLI/Command/Help/Config.pm b/lib/App/SD/CLI/Command/Help/Config.pm
index 9b0a80d..1b6e78c 100644
--- a/lib/App/SD/CLI/Command/Help/Config.pm
+++ b/lib/App/SD/CLI/Command/Help/Config.pm
@@ -9,7 +9,7 @@ sub run {
print <<EOF
SD supports both a user-wide configuration file (\$HOME/.sdrc and
-per-database configuration file (/path/to/repo/sdrc). If both configuration
+per-database configuration file (/path/to/repo/config). If both configuration
files are present, the database-specific config file will be used.
You can use the '${cmd}config' command to view what configuration file
diff --git a/lib/App/SD/Config.pm b/lib/App/SD/Config.pm
index 1188e8d..616b738 100644
--- a/lib/App/SD/Config.pm
+++ b/lib/App/SD/Config.pm
@@ -18,7 +18,7 @@ sub app_config_file {
$ENV{'PROPHET_APP_CONFIG'}
= $self->file_if_exists($ENV{'SD_CONFIG'})
|| $self->file_if_exists(
- File::Spec->catfile($self->app_handle->handle->fs_root => 'sdrc'))
+ File::Spec->catfile($self->app_handle->handle->fs_root => 'config'))
|| $self->file_if_exists(
# backcompat
File::Spec->catfile($self->app_handle->handle->fs_root => 'prophetrc'))
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list