aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-searchdomain
diff options
context:
space:
mode:
Diffstat (limited to 'fripost-searchdomain')
-rwxr-xr-xfripost-searchdomain2
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-searchdomain b/fripost-searchdomain
index 8653eb1..91e7e72 100755
--- a/fripost-searchdomain
+++ b/fripost-searchdomain
@@ -123,7 +123,7 @@ foreach my $domain ($ldap->domain->search( \%domain )->entries) {
say "Domain: " . $domain->{domain};
print "Owner: ";
my $owners = $domain->{owner};
- if (defined $owners) {
+ if (defined $owners) {
say (join ', ', @$owners);
}
else {