Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a437f7

Browse files
committedFeb 25, 2015
Removing unnecessary space
1 parent e23d1ad commit 6a437f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Functions/Start-StatsToGraphite.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Function Start-StatsToGraphite
139139
if ([string]::IsNullOrWhiteSpace($Config.Filters) -or $sample.Path -notmatch [regex]$Config.Filters)
140140
{
141141
# Run the sample path through the ConvertTo-GraphiteMetric function
142-
$cleanNameOfSample = ConvertTo-GraphiteMetric -MetricToClean $sample.Path -HostName $Config.NodeHostName -MetricReplacementHash $Config.MetricReplace
142+
$cleanNameOfSample = ConvertTo-GraphiteMetric -MetricToClean $sample.Path -HostName $Config.NodeHostName -MetricReplacementHash $Config.MetricReplace
143143

144144
# Build the full metric path
145145
$metricPath = $Config.MetricPath + '.' + $cleanNameOfSample

0 commit comments

Comments
 (0)
This repository has been archived.