Buildscript fix: we used a wrong comment indicator before

Signed-off-by: Aleksandr Pantiukhov <alwxndr@gmail.com>
This commit is contained in:
Aleksandr Pantiukhov 2018-08-21 14:35:14 +02:00
parent 3f73c5545d
commit 1af763fece
No known key found for this signature in database
GPG Key ID: 153E4F21734042F5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function install_wget() {
if is_macos; then
brew_install wget
fi
// it's installed on ubuntu/debian by default
# it's installed on ubuntu/debian by default
}
function needs_java8_linux() {