From db6c54e98bd3d1543e1ba8006de0560bba77a7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Perell=C3=B3=20Mar=C3=ADn?= Date: Tue, 8 Nov 2016 15:06:12 +0100 Subject: [PATCH] Fixed branding issue --- utils/configcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/configcheck.py b/utils/configcheck.py index 71b4f0c05..74e09072e 100644 --- a/utils/configcheck.py +++ b/utils/configcheck.py @@ -29,7 +29,7 @@ def configcheck(): else: print "%s is valid" % basename if all_valid: - print "All yaml files passed. You can now run the Datadog agent." + print "All yaml files passed. You can now run the ServerDensity agent." return 0 else: print("Fix the invalid yaml files above in order to start the Datadog agent. "