contrib/migrate-4-5.px: Added missing end quotes in a call to rrd_filter.px.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Jul 2012 11:04:09 +0000 (13:04 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Jul 2012 11:04:09 +0000 (13:04 +0200)
contrib/migrate-4-5.px

index c39b51b..c2a9555 100755 (executable)
@@ -187,8 +187,8 @@ sub handle_file # {{{
     print "mkdir -p \"$dir/$plugin-$type_inst\"\n";
     if (($plugin eq 'df') and ($type eq 'df'))
     {
-      print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd --map free:value\n";
-      print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd --map used:value\n";
+      print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd\" --map free:value\n";
+      print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd\" --map used:value\n";
     }
     else
     {