@@ -44,6 +44,6 @@ |
||
44 | 44 | $this->command = new RemoteTopCommand($this->sshString, $this->sshPort, $this->sshIdentityFile); |
45 | 45 | |
46 | 46 | |
47 | - $this->namespace = preg_replace('/[^-+_.A-Za-z0-9]*/i', '', 'statsd.' . $this->sshString . '.' . $this->sshPort); |
|
47 | + $this->namespace = preg_replace('/[^-+_.A-Za-z0-9]*/i', '', 'statsd.'.$this->sshString.'.'.$this->sshPort); |
|
48 | 48 | } |
49 | 49 | } |
50 | 50 | \ No newline at end of file |