summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 738bc3c..e153d65 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -734,7 +734,7 @@ sub get_detail ($$$$){
unless -d $cfg->{General}{imgcache}.$dir;
}
- my $rrd = $cfg->{General}{datadir}."/".$dir."/${file}.rrd";
+ my $rrd = $cfg->{General}{datadir}.$dir."/${file}.rrd";
my $imgbase;
my $imghref;