[Bps-public-commit] Prophet branch, master, updated. 03c7cea1e28abf882fd1d1f64f5e2d32eb78210e

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Aug 18 00:54:41 EDT 2009


The branch, master has been updated
       via  03c7cea1e28abf882fd1d1f64f5e2d32eb78210e (commit)
      from  23ffeacb1edc563a00cd781503e24048d2c1b51e (commit)

Summary of changes:
 lib/Prophet/CLI/Command.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 03c7cea1e28abf882fd1d1f64f5e2d32eb78210e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Aug 18 12:54:34 2009 +0800

    missed a \\ => \\\\ thing

diff --git a/lib/Prophet/CLI/Command.pm b/lib/Prophet/CLI/Command.pm
index a84d5b2..f7cc629 100644
--- a/lib/Prophet/CLI/Command.pm
+++ b/lib/Prophet/CLI/Command.pm
@@ -279,6 +279,7 @@ sub record_replica_in_config {
         # to previously--we don't want to end up with a multivalue in the
         # config file, so just replace the old value.
         my $name = $self->app_handle->display_name_for_replica($replica_uuid);
+        $name =~ s!\\!\\\\!g;
         $self->app_handle->config->set(
             filename => $self->app_handle->config->replica_config_file,
             key => "replica.$name.$url_variable",

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list