mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Correct syntax error in action.Untracked
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d8214885f2
commit
f6faef7cd0
@ -44,7 +44,7 @@ my ( $level, $tag ) = get_action_logging;
|
||||
|
||||
$action = join( ':', $action, $level, $tag ) if "${level}${tag}";
|
||||
|
||||
if ( my $check = check_state( 'UNTRACKED' ) {
|
||||
if ( my $check = check_state( 'UNTRACKED' ) ) {
|
||||
perl_action_helper( $action, $check == 1 ? "$globals{STATEMATCH} UNTRACKED" : '' );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user