Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/bin/verify-java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down