diff --git a/plugins/undo b/plugins/undo index 89af87c..ef408db 100644 --- a/plugins/undo +++ b/plugins/undo @@ -35,7 +35,7 @@ sub undo($self, $cart, $tid, @) { close $out or die $!; if ($cart->size) { rename "$filename.$$", $filename or die $!; - $cart->checkout('**UNDO**'); + $cart->checkout('-undo'); } else { return ABORT, "Transaction ID '$tid' not found in undo log."; }