Commit 01dd4f9a authored by Sergei Golubchik's avatar Sergei Golubchik

typo fixed

parent e86aeaee
...@@ -606,7 +606,7 @@ sub new_config { ...@@ -606,7 +606,7 @@ sub new_config {
# add auto-options # add auto-options
$config->insert('OPT', 'port' => sub { fix_port($self, $config) }); $config->insert('OPT', 'port' => sub { fix_port($self, $config) });
$config->insert('OPT', 'vardir' => sub { shift->{ARGS}->{vardir} }); $config->insert('OPT', 'vardir' => sub { $self->{ARGS}->{vardir} });
{ {
# Run pre rules # Run pre rules
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment