Skip to content

Commit

Permalink
Apply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Feb 16, 2023
1 parent 51a42a8 commit e485806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- name: "set asdf_default_tool_versions_file based on home directory"
set_fact:
asdf_default_tool_versions_file: "{{ getent_passwd[asdf_user][4] }}/.tool-versions"
asdf_default_tool_versions_file: ".tool-versions"
when: asdf_dir is undefined and asdf_default_tool_versions_file is undefined

- name: "set asdf_dir variable based on home directory"
Expand Down

0 comments on commit e485806

Please sign in to comment.