Fix typo in error message.

This commit is contained in:
Daniel Nichter
2013-06-16 22:06:22 -07:00
parent 321eee1f67
commit 1b0431301a

View File

@@ -8454,7 +8454,7 @@ sub install {
else {
print "The agent has been installed and started, but it is not "
. "running any services yet. Go to "
. "https://cloud.percona.com/agents#$hostname to enable services"
. "https://cloud.percona.com/agents#$hostname to enable services "
. "for the agent.\n";
}