Skip to content

Commit

Permalink
Item13845: Force RcsLite for target store
Browse files Browse the repository at this point in the history
Typo in the message.
  • Loading branch information
gac410 committed Nov 11, 2015
1 parent 876a239 commit 494cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/bulk_copy.pl
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ sub wildcard2regex {
# Error: ".. Date 2010/08/22 12:24:39 precedes 2015/11/10 18:55:55 in revision 1.1"

if ( $Foswiki::cfg{Store}{Implementation} =~ m/RcsWrap$/ ) {
announce "Overriding target Store Implementaion to 'RcsLite'";
announce "Overriding target Store Implementation to 'RcsLite'";
$Foswiki::cfg{Store}{Implementation} = 'Foswiki::Store::RcsLite';
}

Expand Down

0 comments on commit 494cf99

Please sign in to comment.