Skip to content

Commit

Permalink
devonfw#961: fixed function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 25, 2022
1 parent ab8df8b commit 628aa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 628aa71

Please sign in to comment.