diff --git a/build-farm/platform-specific-configurations/downloaders.sh b/build-farm/platform-specific-configurations/downloaders.sh index 97a64949d..3240baefd 100755 --- a/build-farm/platform-specific-configurations/downloaders.sh +++ b/build-farm/platform-specific-configurations/downloaders.sh @@ -20,7 +20,7 @@ # On long run, the methods - due theirs simialrity - should converge to one #################################################################################### -# this one should be swithing per (supported) oses in future +# This function switches logic based on the (supported) os function downloadBootJDK() { if uname -o | grep -i -e Linux ; then downloadLinuxBootJDK "$@"