[Bps-public-commit] Prophet branch, master, updated. c62e3b05120fa209443030284caef5cd5bd75097
jesse
jesse at bestpractical.com
Wed Apr 15 03:30:52 EDT 2009
The branch, master has been updated
via c62e3b05120fa209443030284caef5cd5bd75097 (commit)
from 10b171677245664d640ad60cce23c4678eced485 (commit)
Summary of changes:
lib/Prophet/Config.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c62e3b05120fa209443030284caef5cd5bd75097
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Apr 15 15:30:45 2009 +0800
fix export regression
diff --git a/lib/Prophet/Config.pm b/lib/Prophet/Config.pm
index 42203f1..44f287b 100644
--- a/lib/Prophet/Config.pm
+++ b/lib/Prophet/Config.pm
@@ -50,7 +50,8 @@ sub replica_config_file {
my $self = shift;
return
$self->file_if_exists( File::Spec->catfile( $self->app_handle->handle->fs_root => 'config' )) ||
- $self->file_if_exists( File::Spec->catfile( $self->app_handle->handle->fs_root => 'prophetrc' ));
+ $self->file_if_exists( File::Spec->catfile( $self->app_handle->handle->fs_root => 'prophetrc' )) ||
+ File::Spec->catfile( $self->app_handle->handle->fs_root => 'config' );
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list