summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/draklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive
index fc733d99a..b70abf234 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -714,7 +714,7 @@ GetOptions(
my $path = $_[1];
#- don't use do(), since it can't see lexicals in the enclosing scope
my $cfg = eval(cat_($path)) or die "unable to load $path";
- add2hash(\%live, $cfg);
+ put_in_hash(\%live, $cfg);
print "loaded $path as config file\n";
},
) or pod2usage();