Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1300 from spotify/dxia/patch12
Browse files Browse the repository at this point in the history
Fix comment in helios-master startup script
  • Loading branch information
davidxia committed Jun 24, 2020
2 parents 8fee267 + f2f1df0 commit 0b28559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helios-master
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b28559

Please sign in to comment.