From f2f1df08d61b6ac529f19f4c77ae1021d8428d1b Mon Sep 17 00:00:00 2001 From: David Xia Date: Wed, 24 Jun 2020 09:30:49 -0400 Subject: [PATCH] Fix comment in helios-master startup script --- bin/helios-master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/helios-master b/bin/helios-master index f921f51a6..2a4af9afa 100755 --- a/bin/helios-master +++ b/bin/helios-master @@ -35,7 +35,7 @@ if [ $JMXPORT ]; then fi # Allow the path to the java installation to be specified in the JAVA environment variable. -# This can be useful if you want to run helios-agent using a different version of Java than the +# This can be useful if you want to run helios-master using a different version of Java than the # default version on the host (possibly set up through update-alternatives) if [ -z $JAVA ]; then JAVA=java