Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Nov 7, 2024
1 parent ca09662 commit 9e13454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
- not adoptopenjdk17_installed.stat.exists

- name: Get Temurin jdk17 full path name
shell: set -o pipefail | ls -ld /usr/lib/jvm/jdk17.* 2>/dev/null | awk '{print $9}'
shell: set -o pipefail | ls -ld /usr/lib/jvm/jdk-17.* 2>/dev/null | awk '{print $9}'
register: adoptopenjdk17_dir
when:
- not adoptopenjdk17_installed.stat.exists
Expand Down

0 comments on commit 9e13454

Please sign in to comment.