[Bps-public-commit] Prophet branch, master, updated. a238ab408856aaf818d38315faa83bc88d6a8898
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Aug 17 00:35:34 EDT 2009
The branch, master has been updated
via a238ab408856aaf818d38315faa83bc88d6a8898 (commit)
from 122cb200bbbcbfd53684921c43ad06a6bb8a2c47 (commit)
Summary of changes:
lib/Prophet/App.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a238ab408856aaf818d38315faa83bc88d6a8898
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Aug 17 12:35:26 2009 +0800
forgot /g in s!\\\\!\\!g
diff --git a/lib/Prophet/App.pm b/lib/Prophet/App.pm
index 2db5f68..3052f05 100644
--- a/lib/Prophet/App.pm
+++ b/lib/Prophet/App.pm
@@ -265,7 +265,7 @@ sub display_name_for_replica {
my $uuid = $possibilities{$_};
$_ =~ /^replica\.(.*)\.uuid$/;
my $name = $1;
- $name =~ s!\\\\!\\!; # revert back since we escape \ before
+ $name =~ s!\\\\!\\!g; # revert back since we escape \ before
( $uuid => $name );
} keys %possibilities;
return exists $sources_by_uuid{$uuid} ? $sources_by_uuid{$uuid} : $uuid;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list