Skip to content

Commit c87b59e

Browse files
author
Neilpang
committed
a space is needed
a space is needed
1 parent b82ca32 commit c87b59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-firewall-rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
5252
get_next_fw_rule
5353
validate_format 'rule'
5454
is_object_new '../../data/firewall/rules' 'RULE' "$rule"
55-
if [ ! -z "$comment"]; then
55+
if [ ! -z "$comment" ]; then
5656
validate_format 'comment'
5757
fi
5858

0 commit comments

Comments
 (0)