summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/cli/ledgersmb_cli.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cli/ledgersmb_cli.pl b/utils/cli/ledgersmb_cli.pl
index d6fdac7c..a8fbaa98 100644
--- a/utils/cli/ledgersmb_cli.pl
+++ b/utils/cli/ledgersmb_cli.pl
@@ -128,7 +128,7 @@ sub push_loop {
my $is_hash = 0;
if (ref($stackref->{$key}) =~ /HASH/){
$is_hash = 1;
- elsif (ref ($stackref->{$key}) !~ /ARRAY/){
+ } elsif (ref ($stackref->{$key}) !~ /ARRAY/){
print STDERR "Warning: Must loop through array or hash.";
}
push @loopstack, \$stackref->{$key};