[Bps-public-commit] r16083 - in Prophet/branches/dispatcher: lib/Prophet/CLI

sartak at bestpractical.com sartak at bestpractical.com
Thu Sep 25 18:48:59 EDT 2008


Author: sartak
Date: Thu Sep 25 18:48:59 2008
New Revision: 16083

Modified:
   Prophet/branches/dispatcher/   (props changed)
   Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm

Log:
 r72499 at onn:  sartak | 2008-09-25 18:41:08 -0400
 cli has the handle, not the dispatcher


Modified: Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm
==============================================================================
--- Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm	(original)
+++ Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm	Thu Sep 25 18:48:59 2008
@@ -167,7 +167,7 @@
     my $self = shift;
     return "No configuration files found. "
          . " Either create a file called 'prophetrc' inside of "
-         . $self->handle->fs_root
+         . $self->cli->handle->fs_root
          . " or set the PROPHET_APP_CONFIG environment variable.\n\n";
 }
 



More information about the Bps-public-commit mailing list