Buildscript fix: we used a wrong comment indicator before
Signed-off-by: Aleksandr Pantiukhov <alwxndr@gmail.com>
This commit is contained in:
parent
3f73c5545d
commit
1af763fece
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue