summaryrefslogtreecommitdiffstats
path: root/src/pcp/openlmi-pcp-generate.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcp/openlmi-pcp-generate.in')
-rw-r--r--src/pcp/openlmi-pcp-generate.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcp/openlmi-pcp-generate.in b/src/pcp/openlmi-pcp-generate.in
index 088242e..2b2b5d3 100644
--- a/src/pcp/openlmi-pcp-generate.in
+++ b/src/pcp/openlmi-pcp-generate.in
@@ -66,7 +66,7 @@ if [ -s $PCP_PMNS -a $PCP_PMNS -nt $STAMPFILE ]; then
fi
echo Generating $MOFFILE
- pminfo -h $PCP_HOST | sed -e 's,\.,__,g' |
+ pminfo -h $PCP_HOST | sed -e 's,\.,__,g' |
awk '{print "class PCP_Metric_" $1 " : PCP_MetricValue { } ;" }' > $MOFFILE
echo Generating $REGFILE