From 386e5725926bc5f2f9879fe8d701add08a4f59a6 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 20 Aug 2020 11:52:24 -0400 Subject: [PATCH] new command regexp code is in place and working --- plugins/supereval.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/supereval.pm b/plugins/supereval.pm index c1a1dba..ee1b382 100644 --- a/plugins/supereval.pm +++ b/plugins/supereval.pm @@ -91,7 +91,7 @@ sub new { my $complete_re = qr/${strict_re}${perlcommand_re}${newversion_re}${suffix_re}|${othercommand_re}/; - $self->{aliases_re} = $complete_re; + $self->{alias_re} = $complete_re; $self->{dbh} = DBI->connect("dbi:SQLite:dbname=var/evallogs.db");