Skip to content

Commit

Permalink
Merge pull request logrhythm#149 from Logrhythm/2.3.1
Browse files Browse the repository at this point in the history
2.3.1
  • Loading branch information
Ben Aldrich committed Mar 17, 2014
2 parents fbe246c + 761ccb9 commit 7251e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildESTemplate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ sub ReadProtoFile {
my %uniqueNames = ();
while (<renameFile>) {
if ($_ =~ m/(\S+)\s+(\S+)/ ) {
$remapping{$1} = $2;
if (! exists $uniqueNames{$2} ) {
$remapping{$1} = $2;
$uniqueNames{$2} = 1;
}
}
Expand Down

0 comments on commit 7251e85

Please sign in to comment.