diff --git a/scripts/src/main/resources/scripts/functions b/scripts/src/main/resources/scripts/functions index 035232a21..7688a5f63 100755 --- a/scripts/src/main/resources/scripts/functions +++ b/scripts/src/main/resources/scripts/functions @@ -1312,7 +1312,7 @@ function doInstall() { if ! [ -d "${target_path}/${contents}" ] then pushd "${target_path}" > /dev/null || exit 255 - # function does not have options + # doGetFirstExistingPath does not have options # shellcheck disable=SC2035 contents="$(doGetFirstExistingPath *.app/Contents)" popd > /dev/null || exit 255