diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 34de07b..67f6c13 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -240,7 +240,7 @@ } } } else { - if ( preg_match( '/\/([^\/]+))/', $t_file->filename, $t_matches ) ) { + if ( preg_match( '/\/([^\/]+)/', $t_file->filename, $t_matches ) ) { $t_changeset->branch = $t_matches[1]; } }