summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/icli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/icli b/bin/icli
index 2df7ac8..3d7af82 100755
--- a/bin/icli
+++ b/bin/icli
@@ -373,7 +373,7 @@ sub read_objects_line {
}
when ('contactgroup') {
${$ref}->{contactgroups}->{ $cache->{contactgroup_name} }
- = [ split( m{, *}, $cache->{members} ) ];
+ = [ split( m{, *}, $cache->{members} // q{} ) ];
}
when (
[