Fix verify script. (#8798)

Accidentally missed some quote escaping in #8794.
This commit is contained in:
Gian Merlino 2019-10-30 23:30:01 -07:00 committed by GitHub
parent edb3b00d26
commit e70b71c90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ sub fail_check {
my ($current_version) = @_;
my $current_version_text = $current_version
? "Your current version is: $current_version."
: "Make sure that "java" is installed and on your PATH.";
: "Make sure that \"java\" is installed and on your PATH.";
print STDERR <<"EOT";
Druid requires Java 8. $current_version_text